1.0.2 • Published 6 years ago
admin-utility v1.0.2
Data Access Layer
Data Access layer
Documentation
Documentation is written in DOCS.MD
Commands
Install
npm installBuild
npm run buildThis command will run first linting and testing and then builds a project
Test
npm testCode coverage report will be created inside the project root in coverage folder.
You can open the report
google-chrome ./coverage/lcov-report/index.htmlOr whatever browser you use
Test on watch mode
npm run test-watchLint code
npm run lintGenerate documentation
npm run document-codeUsed technologies:
- Typescript - project is written and compiled using this awesome language
- Jest.js - test framework
- tslint - linting library
- prettier - Awesome code formatter
- Typedoc - documentation generator for Typescript
- Editorconfig - keeps consistent configuration across various editors and IDEs