typed-gulp
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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.

/typed-gulp/

    Package Sidebar

    Install

    npm i typed-gulp

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • ivogabe