ts-jest-pkg-starter
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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

Package Sidebar

Install

npm i ts-jest-pkg-starter

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

2.69 kB

Total Files

4

Last publish

Collaborators

  • briwa