gulp-scaffold-example

January 4, 2016 · View on GitHub

This is an example of how to generate scaffolds with gulp (it's not a plugin!)

This project shows how to use gulp to generate projects from a scaffold. The templates are a bit boring, but the two things that really matter are:

Install

Enter the following in the command line to git clone the project and install devDependencies:

$ https://github.com/jonschlinkert/gulp-scaffold-example.git && npm i

Generate the scaffolds

Assuming you have gulp installed globally, you should now be able to build the scaffolds with the gulp command.

  • assemble: Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… more | homepage
  • generate: Fast, composable, highly extendable project generator for node.js | homepage
  • gulp: The streaming build system | homepage
  • scaffold: Conventions and API for creating declarative configuration objects for project scaffolds - similar in format… more | homepage
  • verb: Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… more | homepage

Running tests

Install dev dependencies:

$ npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jon Schlinkert

License

Copyright © 2016 Jon Schlinkert Released under the MIT license.


This file was generated by verb on January 04, 2016.