0.0.0 • Published 6 months ago

@olliecaine/env-loader v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Node.js CI Coverage Status

TypeScript Library Boilerplate

A simple tree-shakable TypeScript library boilerplate

Stacks

  • unit test: jest
  • code coverage: jest (optional)
  • ci: travis

How to use?

Just clone it and use it.

Commands list

yarn test           // run tests and coverage report
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 Jest as test framework.

Reference

http://blog.mgechev.com/2017/01/21/distributing-an-angular-library-aot-ngc-types

Please help

PRs welcome

License

MIT

0.0.0

6 months ago