0.1.2 • Published 5 years ago
multicone v0.1.2
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 12.0 or higher is required.
Installation is done using the npm install command:
$ npm install multicone -gQuick Start
Initiate the application running following command:
$ multicone init <package-name>Then go to your package directory and run:
$ cd <package-name> && multicone serveIt will start the server and also will run in browser
Or manually you can start by Running:
cd <package-name> && npm startView the website at: http://localhost:3000
Commands
To make an express model run:
$ multicone make:model <model-name>To make an express controller run:
$ multicone make:controller <controller-name>To make an express route run:
$ multicone make:route <route-name>To integrate authentication system run:
$ multicone make:authTo make an express MRC model run:
$ multicone make:MRC <name>
License
MIT