multicone

0.1.2 • Public • Published

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 -g

Quick Start

Initiate the application running following command:

$ multicone init <package-name>

Then go to your package directory and run:

$ cd <package-name> && multicone serve

It will start the server and also will run in browser

Or manually you can start by Running:

cd <package-name> && npm start

View 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:auth

To make an express MRC model run:

$ multicone make:MRC <name>

License

MIT

Dependencies (11)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i multicone

    Weekly Downloads

    1

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    27 kB

    Total Files

    24

    Last publish

    Collaborators

    • shafiq_soweb