Overview
yarn dev [example=simple]
- Start development (nodemon with ts-node)yarn build
- Uses typescript to transpile service to javascriptyarn lint
- Run TSLintyarn test
- Run tests & generate coverage reportyarn test --watch
- Watch and run tests
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
Last modified 2yr ago