generator-javamvc-ecci
v0.0.4
Published
This yeoman generator creates the file structure for a valid simple MVC model used in CI-0110 in the Universidad of Costa Rica.
Downloads
3
Readme
generator-javamvc-ecci
This yeoman generator creates the file structure for a valid simple MVC model in java as used in CI-0110 at the Universidad de Costa Rica.
Installation
First, install Yeoman and generator-javamvc-ecci using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-javamvc-ecci
Then generate your new project:
yo javamvc-ecci
For example:
You can also generate new classes, in your application directory run:
yo javamvc-ecci:class ClassName
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © Edgar Barrantes