hgulp-cli
v1.1.3
Published
A simple CLI for scaffolding web project with gulp
Downloads
3
Readme
hgulp-cli
A simple CLI use gulp for web
Tips
it is untested, but i guess it work correctly on windows
Installation
$ npm install -g hgulp-cli
Usage
create a new project straight from my gulp template
$ hgulp-cli init <project-name>
Example:
$ hgulp-cli init my-project
create a new project straight from your favorite github template
$ hgulp-cli download username/repo my-project
Example:
$ hgulp-cli download EddieUp/eddie-gulp-project my-project