Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.
Go to file
2015-11-03 20:22:16 +01:00
test updated test 2015-11-03 20:19:46 +01:00
ts updated test 2015-11-03 20:22:16 +01:00
.gitignore initial 2015-11-03 19:57:29 +01:00
.travis.yml add travis npm autodeploy 2015-11-03 19:59:05 +01:00
index.js fix 2015-11-03 20:14:41 +01:00
LICENSE Initial commit 2015-11-03 16:51:31 +01:00
package.json 0.0.4 2015-11-03 20:19:52 +01:00
README.md initial 2015-11-03 19:57:29 +01:00
test.js updated test 2015-11-03 20:22:16 +01:00

gulp-bootstrap

works with gulp, but does nothing. Use it to bootstrap your own gulp plugin with TypeScript, Travis and npm.

Buildstatus/Dependencies

Build Status devDependency Status

Usage

This npm package comes with everything you need to start your own gulp plugin.

Features:

  • TypeScript: Code your plugin in TypeScript
  • Use gulp to compile TypeScript without the global gulp CLI Tool.
  • Use travis to deploy to npm
  • Have a master branch for the latest dev version
  • Have a release branch for the latest npm version

This package doesn't require global gulp (just local -> simply do npm install`) to compile TypeScript.

  • to compile TypeScript do npm test (You should chain your own tests to this command later on)
  • to setup release do npm run setup
  • to release a patch do npm run release

We recommend using travis for npm releasing and test integration.

The structure

gulp-bootstrap/
|
|- ts/
|  |- compile/
|  |  |- compile.js **** contains gulp task`
|  |- index.ts **** Your main TypeScript file.
|  
|- index.js **** the compiled module