0.1.0 • Published 9 years ago

typed-gulp v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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 -g

2. Install gulp and typed-gulp as a dependency:

npm install gulp typed-gulp --save-dev

3. Create the default gulpfile

typed-gulp init

4. 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.