0.0.8 • Published 5 years ago

ts-jest-pkg-starter v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

ts-jest-pkg-starter

npm Build Status Coverage Status Snyk Vulnerabilities for GitHub Repo

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 under tslint.json to suit your own linting rules

Getting started

  • Clone this repo
  • Write your own code and modify as needed
  • ???
  • Profit!

Running tests

npm run test # Without coverage
npm run test -- --coverage # With coverage

Build

npm run build
0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago