Go to file
2016-09-02 14:11:27 +02:00
assets ready for primetime 2016-07-01 04:50:23 +02:00
dist fix typedoc integration 2016-09-02 14:10:09 +02:00
docs updated README 2016-09-01 15:46:31 +02:00
ts fix typedoc integration 2016-09-02 14:10:09 +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 5.4.23 2016-09-01 15:50:01 +02:00
README.md compile 2016-09-01 15:49:57 +02:00
tsconfig.json integrate tsn and clean up 2016-07-01 02:28:34 +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

Introduction

NPMTS is your friend when it comes to write, test, publish and document NPM modules written in TypeScript. By default NPMTS will bundle declaration files. As a result npm module code completion in editors like Visual Studio Code works.

There is a 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