1.0.2 • Published 3 years ago

rest-api-setup-cli v1.0.2

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

Rest-api-setup

This a Nodejs based rest api backend boilerplates generator cli based on MVC arcitecture with integration of various database integrations.

Installation

npm install -g rest-api-setup-cli

Options

Optionfunctionality
--install or -iinstall all dependencies for the boilerplate
--git or -ginitialise boilerplate as a git repository
--yes or -yskip all propts and use defaults

Available boilerplates

  • express-mongo(Nodejs + Expressjs + Mongodb)
  • [] express-mysql(Nodejs + Expressjs + Mongodb)

Usage

rest-api-setup <boilerplate_name> <options>

  1. Select on runtime

    rest-api-setup

  2. Select perticular package without git and installations

    rest-api-setup <boilerplate_name>

  3. Select perticular package git and installations

    rest-api-setup <boilerplate_name> --git --install