@iic2513/generator-template
v1.2.0
Published
Project template generator for IIC2513 course at Pontificia Universidad Catolica de Chile
Downloads
1
Maintainers
Readme
IIC2513 - Project Generator
Finally, after a few semesters, we are releasing a public version of our template. Now, any user can contribute to this package and add new cool features!
The first version was developed some time ago (you can see the repo here), and then we just updated the dependencies.
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 @iic2513/generator-template
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: