This a Nodejs based rest api backend boilerplates generator cli based on MVC arcitecture with integration of various database integrations.
npm install -g rest-api-setup-cli
Option | functionality |
---|---|
--install or -i | install all dependencies for the boilerplate |
--git or -g | initialise boilerplate as a git repository |
--yes or -y | skip all propts and use defaults |
- [x] express-mongo(Nodejs + Expressjs + Mongodb)
- [] express-mysql(Nodejs + Expressjs + Mongodb)
rest-api-setup <boilerplate_name> <options>
-
Select on runtime
rest-api-setup
-
Select perticular package without git and installations
rest-api-setup <boilerplate_name>
-
Select perticular package git and installations
rest-api-setup <boilerplate_name> --git --install