generator-cauldron
v1.0.0
Published
Javascript web projects template generator for educational purposes
Downloads
1
Maintainers
Readme
Cauldron generator
Generator to build javascript web projects, it was built for educational purposes. Any user can contribute to this package and add new cool features!
This version was based on this repository), but it is more generic and with new features (soon).
Prerequisites
To run this generator (based on Yeoman):
- NodeJS LTS (10.x or 12.x)
- Yarn
- Yeoman:
$ npm install -g yo
Installation
To install the generator:
$ npm install -g generator-cauldron
How does it work?
All the information about this generator and the template are in our Wiki.
Contributing
Yes! If you want to add new features to this project:
- Fork this repo
- Implement your feature
- Do a pull request
Some details:
- Our commit messages follows Angular Commit Message Conventions, in order to use Semantic Versioning specification
- Don't forget tests :smile: