gulp-tsd
Gulp plugin to automate TSD and TypeScript definition related tasks
GETTING START
gulp-tsd
1. Install npm install --save-dev gulp-tsd
gulpfile.js
2. Write For example;
var tsd = ; gulp;
or if you want to specify your options inline in your gulpfile
var tsd = ; gulp;
gulp_tsd.json
(see blow)
3. Write tsd.json
(see below)
4. Write 5. Run!
DESCRIPTION
gulp_tsd.json (convenient name, you can give a name as you like)
Setting file for this plugin.
Pass this file to entry point of this plugin through gulp.src
.
e.g.
tsd.json (convenient name, you can give a name as you like)
Configuration file for tsd. Specify this file by setting json (yes, above one).
e.g.
Please refer to the tsd.json to get more information.
DEBUGGING
This library uses the popular debug module for debugging. To enable logging, set the DEBUG
environment variable when running gulp tasks like so:
DEBUG=gulp-tsd gulp tsd
NOTES
A lot of codes are from grunt-tsd. Thanks.
SEE ALSO
LICENSE
MIT