create README-dev

This commit is contained in:
Philipp Kunz 2016-01-16 14:20:14 +01:00
parent ef314f5b2d
commit ee69817038
5 changed files with 9 additions and 5 deletions

1
README-dev.md Normal file
View File

@ -0,0 +1 @@
# README-dev

View File

@ -1,5 +1,5 @@
# npmts
Write npm modules with TypeScript withour hassle.
Write npm modules with TypeScript without hassle.
## How to use npmts
@ -19,5 +19,8 @@ Then use it in package.json's script section to trigger a build:
```
### Default behaviour
by default npmts looks in your `./ts/` directory for an `index.ts` and a `test.ts` that will compile to
./index.js and ./test.js
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](README-dev.md) in the repo.

View File

@ -10,8 +10,6 @@ var paths = {};
paths.cwd = plugins.smartcli.get.cwd().path;
paths.indexTS = plugins.path.join(paths.cwd, "ts/index.ts");
paths.testTS = plugins.path.join(paths.cwd, "ts/test.ts");
plugins.gulp.task("indexTS", function () {
plugins.gulp.src(paths.indexTS)
.pipe(plugins.gulpTypeScript({

1
ts/npmts.default.js Normal file
View File

@ -0,0 +1 @@
//# sourceMappingURL=npmts.default.js.map

1
ts/npmts.default.js.map Normal file
View File

@ -0,0 +1 @@
{"version":3,"file":"npmts.default.js","sourceRoot":"","sources":["npmts.default.ts"],"names":[],"mappings":""}