Go to file
2017-01-15 20:06:07 +01:00
assets moved cli into its own file 2016-10-06 21:03:30 +02:00
dist remove babel and instead use typescript 2017-01-15 20:01:10 +01:00
docs remove TypeDoc 2017-01-15 14:32:28 +01:00
ts remove babel and instead use typescript 2017-01-15 20:01:10 +01:00
.gitignore add smartstream 2016-09-25 20:22:10 +02:00
.gitlab-ci.yml add new npmpage 2016-12-18 21:35:23 +01:00
.npmignore add new npmpage 2016-12-18 21:35:23 +01:00
CHANGELOG remove TypeDoc 2017-01-15 14:32:28 +01:00
CONTRIBUTING.md Add contribution guide 2016-05-29 19:24:59 +00:00
LICENSE speed bump 2016-10-27 21:59:19 +02:00
package.json remove unused dep 2017-01-15 20:06:07 +01:00
README.md improve README 2016-11-22 18:54:35 +01:00
tsconfig.json added --watch option 2016-09-22 23:23:16 +02:00
tslint.json now adhering to standard js code style 2016-09-06 17:21:25 +02:00

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 docker pulls Dependency Status bitHound Dependencies bitHound Code TypeScript node JavaScript Style Guide

Introduction

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

npmts will

  1. check your dependencies and package.json
  2. transpile your code with tsc,
  3. document your code with typedoc,
  4. test your code with mocha
  5. create coverage with istanbul

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

For further information read the docs:

  1. Intro
  2. Install
  3. Default Behaviour
  4. Configuration
  5. Examples
  6. Info

npm