0.0.4 • Published 6 years ago

generator-javamvc-ecci v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

generator-javamvc-ecci NPM version Build Status Dependency Status

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:

Example on how to use the main generator.

You can also generate new classes, in your application directory run:

yo javamvc-ecci:class ClassName

Example on how to use the classes subgenerator.

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

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago