/gulp-starter

Build your Gulpfile by answering several easy questions

Primary LanguageJavaScript

gulp-starter

Kickstart your Gulp project by answering several easy questions.

Quick Start

npm install -g gulp-starter
mkdir my-project && cd $_
npm init # optional
gulp-starter

Features

  • 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)

Extension

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.

Contributing

Feel free to fork, add modules and submit pull-requests.