Home

Awesome

gulp-scaffold-example

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.

Related projects

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.