Go to file
2016-10-22 02:38:55 +02:00
assets moved cli into its own file 2016-10-06 21:03:30 +02:00
dist fix some minor issues 2016-10-22 02:38:55 +02:00
docs improve test compilation 2016-09-29 00:19:46 +02:00
ts fix some minor issues 2016-10-22 02:38:55 +02:00
.gitignore add smartstream 2016-09-25 20:22:10 +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 fix some minor issues 2016-10-22 02:38:55 +02:00
README.md fix README 2016-09-29 16:25:16 +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:

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

npm