For those of you who wanted to create a quick, simple npm package in Typescript.
What's included in this starter pack:
- Typescript
- Jest
- Travis CI
- Coveralls
- A very opinionated linting rule
tslint-config-standard
, feel free to change/remove this undertslint.json
to suit your own linting rules
- Clone this repo
- Write your own code and modify as needed
- ???
- Profit!
npm run test # Without coverage
npm run test -- --coverage # With coverage
npm run build