This CLI is made to be able to quickly create the NExp(https://github.com/DigiChanges/node-experience) boilerplate with all the content you want it to have.
It allows you to choose between Mongoose, TypeORM and MikroORM when it comes to database persistence. In addition, you can also choose between Koa and Express for the HTTP library.
This tool allows you to use NExp without the need to modify the code.
First, install nexp-cli using npm (we assume you have pre-installed node.js).
npm install -g nexp-cli
Then generate your new project:
nexp-cli create
- Node
- DB
- Redis
- Minio
- Choose more HTTP libs
- Possibility to choose between database drivers such as postgres, mysql etc.
- Creation of entire domains
MIT © Nathan Russo