Sample module to try typescript-module yeoman generator.
npm install --save sample_module
// const module = require('sample_module');
// import module from 'sample_module';
- Testing with Jest
- Linting out of the box (checks the style of your code), with TSLint
- Build, prepublish and other scripts to help you to develop
- Works with Typescript: Static typing for your JS Applications, reducing amount of runtime errors
- Coverage out of the box, thanks to Jest
- Uses deterministic module resolving, with
package-lock.json