gulp-bootstrap
works with gulp, but does nothing. Use it to bootstrap your own gulp plugin with TypeScript.
Buildstatus/Dependencies
Usage
This npm package comes with everything you need to start your own gulp plugin.
Features:
- TypeScript: Code your plugin in TypeScript
- Use npmts to
- compile TypeScript
- run mocha tests
- get coverage with istanbul
- create declaration files for TypeScript module support
This package only has 1 dev-dependency: npmts-g. It searches for npmts globally and tests the version.
If for any reason the npmts global dependency is not fullfilled it'll try to install npmts locally