@mfs-carl/nationwide
v0.1.16
Published
Cloud CARL Nationwide Package
Downloads
8
Maintainers
Readme
Cloud CARL Shared Library
Typescript-NodeJS library that provides and integrated data access layer, authentication, authorization, and logging, eliminating the need for an additional service and overhead. Changes and revisions can be tracked here.
Usage
npm install -g yarn # Setup Yarn Package manager globally
yarn # Setup dependencies and package installations
yarn test # Executes unit tests build using Jest
yarn build # Builds the library dist folder including maps, declarations, and documentation
Features
- Tests, coverage and interactive watch mode using Jest
- Prettier and TSLint for code formatting and consistency.
- Docs automatic generation and deployment to
gh-pages
, using TypeDoc - Automatic types
(*.d.ts)
file generation
NPM scripts
npm t
: Run test suitenpm start
: Runsnpm run build
in watch modenpm run test:watch
: Run test suite in interactive watch modenpm run test:prod
: Run linting and generate coveragenpm run build
: Generage bundles and typings, create docsnpm run lint
: Lints code