https://github.com/ericmorand/generator-ahead
https://github.com/ericmorand/generator-ahead
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmorand/generator-ahead
- Owner: ericmorand
- License: bsd-2-clause
- Created: 2016-11-27T19:53:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T20:22:29.000Z (over 9 years ago)
- Last Synced: 2025-10-10T10:56:54.253Z (9 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator [](http://badge.fury.io/js/yeoman-generator) [](https://travis-ci.org/yeoman/generator) [](https://coveralls.io/r/yeoman/generator) [](https://gitter.im/yeoman/yeoman)
> Rails-inspired generator system that provides scaffolding for your apps

## Getting Started
If you're interested in writing your own Yeoman generator we recommend reading [the official getting started guide](http://yeoman.io/authoring/). The guide covers all the basics you need to get started.
A generator can be as complex as you want it to be. It can simply copy a bunch of boilerplate files, or it can be more advanced asking the user's preferences to scaffold a tailor made project. This decision is up to you.
The fastest way to get started is to use [generator-generator](https://github.com/yeoman/generator-generator), a Yeoman generator to generate a Yeoman generator.
After reading the getting started guide, you might want to read the code source or visit our [API documentation](http://yeoman.io/generator/) for a list of all methods available.
### Debugging
See the [debugging guide](http://yeoman.io/authoring/debugging.html).
## Contributing
We love contributors! See our [contribution guideline](http://yeoman.io/contributing/) to get started.
## Sponsors
Love Yeoman work and community? Help us keep it alive by donating funds to cover project expenses!
[[Become a sponsor](https://opencollective.com/yeoman#support)]
## License
[BSD license](http://opensource.org/licenses/bsd-license.php)
Copyright (c) Google