0.1.6 • Published 7 years ago

typescript-npm-boilerplate v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

TypeScript NPM Boilerplate

npm CircleCI license Coveralls

A basic boilerplate to write JavaScript NPM modules in TypeScript. The TypeScript code is compiled to JavaScript and published to NPM using CircleCI v2 Workflows and GitHub Releases.

Features

Usage

Fork this repository, download it, or clone it and add your custom files and configurations.

NPM Tasks

  • test - Run jest
  • test:cover - Run jest and create coverage report
  • coveralls - Publish coverage report to Coveralls
  • lint - Run tslint
  • build - Build JavaScript files

Configuration

CircleCI

You need to configure two environment variables in CircleCI, one for publishing to NPM and one for Coveralls coverage reports.

  • NPM_TOKEN
  • COVERALLS_REPO_TOKEN

License

Feel free to use the code, it's released using the MIT license.

Contribution

You are welcome to contribute to this project! 😘

To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago