Kickstart your Gulp project by answering several easy questions.
npm install -g gulp-starter
mkdir my-project && cd $_
npm init # optional
gulp-starter
- Proper directory tree
- html or jade
- es5, es6 or coffeescript
- css, less or sass
- watch & rebuild on change
- serve & livereload (you'd need a browser plugin)
Being a fairly simple tool, nevertheless it was build with extensibility in mind. All important stuff is located indside ./modules
. You can extend it by building your own modules.
Feel free to fork, add modules and submit pull-requests.