gulp-boilerplate

A gulp boilerplate to start your next project.

Usage no npm install needed!

<script type="module">
  import gulpBoilerplate from 'https://cdn.skypack.dev/gulp-boilerplate';
</script>

README

Gulp Boilerplate

npm version npm Build Status

A gulp boilerplate to start your next project.

Install

npm install gulp-boilerplate -g

CLI

Once you've installed gulp-boilerplate you can then run the command gulp-boilerplate to add gulp to your project.

gulp-boilerplate

Release History

  • 1.1.4: Clean up boilerplate script
  • 1.1.3: Add gulp scripts to npm install command
  • 1.1.2: Update gulpfile
  • 1.1.1: add Travis CI testing.
  • 1.1.0: Update browserify to build all files in root JS.
  • 1.0.8: Update documentation.
  • 1.0.7: Automatically install npm packages.
  • 1.0.6: Fixes for CLI scaffolding script.
  • 1.0.0: Initial release.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am "Add some feature")
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT © Ryan Burgess