0.1.0 • Published 8 years ago

generate-example v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

generate-example NPM version NPM downloads Build Status

Example Generate generator, to show how Generate works.

What is "Generate"?

Generate is a command line tool and developer framework for scaffolding out new GitHub projects using plugins ,generators andtasks . Answers to prompts and the user's environment can be used to determine the templates, directories, files and contents to build.

For more information:

What is generate-example?

This generator's "default" task simply generate's anexample.txt file in the current working directory to demonstrate how Generate works.

Install

Install Generate

If you haven't already installed Generate globally, you can do that now with the following command:

$ npm install --global generate

Install generate-example

Then install this module:

$ npm install --global generate-example

Usage

Run the generator's default task with the following command:

$ gen example

Tasks

Visit the documentation for tasks.

Related projects

You might also be interested in these projects:

generate: The Santa Claus machine for GitHub projects. Scaffolds out new projects, or creates any kind… more | homepage

Contributing

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

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

Jon Schlinkert

License

Copyright © 2016, Jon Schlinkert. Released under the MIT license.


This file was generated by verb, v0.9.0, on July 03, 2016.