Go to file
2016-01-16 14:34:14 +01:00
compile updated bin handling 2016-01-14 19:31:53 +01:00
test cleanup 2016-01-14 20:12:01 +01:00
ts restructured code 2016-01-16 14:33:09 +01:00
.gitignore now working 2016-01-14 20:06:02 +01:00
.npmignore improve .gitignore 2016-01-14 20:26:02 +01:00
index.js restructured code 2016-01-16 14:33:09 +01:00
LICENSE Initial commit 2016-01-13 19:21:20 +01:00
package.json 1.0.2 2016-01-16 14:34:14 +01:00
README-dev.md create README-dev 2016-01-16 14:20:14 +01:00
README.md create README-dev 2016-01-16 14:20:14 +01:00

npmts

Write npm modules with TypeScript without hassle.

How to use npmts

Install

First install npmts as dev dependency:

npm install npmts --save-dev

Then use it in package.json's script section to trigger a build:

"scripts": {
    "test": "npmts"
}

Default behaviour

by default npmts looks for an ./ts/index.ts and a ./ts/test.ts that will compile to ./index.js and ./test.js

Dev Readme

There is a dev README-dev.md in the repo.