ts-library-boilerplate
v1.1.0
Published
A simple tree-shakable typeScript library boilerplate
Downloads
60
Maintainers
Readme
Typescript Library Boilerplate
A simple tree-shakable typeScript library boilerplate
Stacks
- unit test: mocha, chai
- code coverage: nyc, wallabyjs(optional)
- ci: travis
How to use?
Just clone it and use it.
Commands list
yarn test // run test(mocha) and coverage report(nyc)
yarn test:watch // run test on watch mode (without coverage report)
yarn build // build for both esm (ES5 + ES2015 module) and ES5 UMD bundle, at dist folder.
yarn lint // run lint against lib and test
Testing
This boilerplate use Mocha as test framework. Wallaby.js is just supplementary for development. Delete the wallaby.js if you don't want to use it.
Reference
http://blog.mgechev.com/2017/01/21/distributing-an-angular-library-aot-ngc-types
Please help
Welcome for PR
License
MIT