tscoverage/README.md
2017-03-04 23:44:16 +01:00

2.5 KiB

npmts

Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6.

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Usage

NPMTS is your friend when writing, testing, publishing and documenting npm modules written in TypeScript.

npmts will

  1. check your dependencies and package.json (unused, missing, updates, security)
  2. transpile your code with tsc,
  3. test your code with mocha (supports the fancy stuff like Promises, Generators, async/await, sourcemaps)
  4. create coverage with istanbul (supports tracing of the originating TypeScript)

This works on your machine and in CI. There is a prebuild docker image available that includes npmts to make CI a breeze:
hosttoday/ht-docker-node:npmts on Dockerhub

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer