0.1.0 • Published 10 years ago
typed-gulp v0.1.0
typed-gulp
The streaming build system in TypeScript
Getting started
1. Install gulp and typed-gulp command line interface (CLI) globally
npm install gulp typed-gulp -g2. Install gulp and typed-gulp as a dependency:
npm install gulp typed-gulp --save-dev3. Create the default gulpfile
typed-gulp init4. Modify your gulpfile.ts
You can now modify your gulpfile located at gulp/gulpfile.ts.
If you are using git you should add gulp-dest to your .gitignore file.
License
typed-gulp is licensed under the MIT license.
0.1.0
10 years ago