@bizjournals/app
v1.1.0
Published
ACBJ javascript application framework
Keywords
Readme
Application Layer
The application layer stores super globals and allows you to register a collection of services that will require a shared dependency.
Installation / Example
Installation
$ npm install --save @bizjournals/appConfiguring your environment:
You will need to configure an NPM_TOKEN within your project to include these
private modules. The best idea is to use an existing project as an example.
For simple setups the .gitlab-ci.yml file within this project as a guide to accessing project variables via the .npmrc file
