0.0.3 • Published 6 years ago
marcellus v0.0.3
CLI tool for creating API's in express.
$ npm install -g marcellus
$ marcellus -hInstallation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
Installation is done using the
npm install command:
$ npm install marcellusFeatures
- Creates a MVC directory structure with the basic resources on it
- Add new resources automatically
Quick Start
Create a new directory and cd into it:
$ mkdir foo && cd fooCreate a new project with:
$ marcellus create -n foo -d bar-n: aplication name -d: application description
Create index page with:
$ marcellus add indexRun project (requires express):
$ node index.jsApi will be available at: http://localhost:3000/index