2.3.0 • Published 6 years ago
@event-checkin/contracts v2.3.0
Common contracts for Event Check-in Application
Shared models and interfaces between backend and frontend.
INSTALLATION
npm i: To install dependencies.
DEVELOPMENT
npm run buildto transpile TypeScript then run unit tests (if any) (equiv.npm run compile+npm run test(if any)).npm run compile: To transpile TypeScript into JavaScript.npm run watch: To transpile without running unit tests, then watch for changes in *.ts files and re-transpile on save.npm run test: To run unit tests.- After tests finish, open file
/coverage/index.htmlwith a web browser to see the code coverage report which is mapped to TypeScript code.
- After tests finish, open file
RELEASE
npm run release