1.2.0 • Published 7 years ago

mvc-express-cli v1.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

mvc-express-cli

This is a cli tool for mvc-express.

Installation

npm install -g mvc-express-cli

Usage

mvc list

This will list all of your available controllers, models, and services.

mvc controllers new <name> [type]

mvc controller Pages

This creates a new controller relative to the nearest package.json. It is created at app/http/controllers/resource/${name}.controller.js if no type is specified. If you specify basic for the type, it would get created in the basic directory.

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago