Go to file
2016-09-22 23:23:16 +02:00
assets ready for primetime 2016-07-01 04:50:23 +02:00
dist added --watch option 2016-09-22 23:23:16 +02:00
gitbook update compatibility for npmpage 2016-09-14 16:18:19 +02:00
ts added --watch option 2016-09-22 23:23:16 +02:00
.gitignore update npmpage creation 2016-08-31 12:04:14 +02:00
.gitlab-ci.yml specify host 2016-08-31 13:16:15 +02:00
.npmignore add .npmignore 2016-05-27 00:59:17 +02:00
CHANGELOG Add changelog 2016-05-29 19:23:11 +00:00
CONTRIBUTING.md Add contribution guide 2016-05-29 19:24:59 +00:00
LICENSE Initial commit 2016-01-13 19:21:20 +01:00
package.json added --watch option 2016-09-22 23:23:16 +02:00
README.md update README 2016-09-14 16:16:39 +02: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 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.

npm