Go to file
2017-02-02 20:57:46 +01:00
assets moved cli into its own file 2016-10-06 21:03:30 +02:00
dist update beautylog 2017-01-21 23:23:00 +01:00
docs remove TypeDoc 2017-01-15 14:32:28 +01:00
ts update beautylog 2017-01-21 23:23:00 +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 shift to push.rocks brand 2017-02-02 20:57:46 +01:00
README.md shift to push.rocks brand 2017-02-02 20:57:46 +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 (unused, missing, available updates)
  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

Note: documentation of code has shifted to npmpage

For further information read the docs:

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

MIT licensed | © 2016 - 2017 Lossless GmbH

npm