Right now when you want to run the project you have to install and setup everything on your own From the express setup to the database etc. But in some cases, you would like to bootstrap the entire project from scratch in an organised way, with the authentication, orm models etc.
Describe the solution you'd like
I would add a new CLI command admin new which will ask for:
Describe the problem feature solves
Right now when you want to run the project you have to install and setup everything on your own From the express setup to the database etc. But in some cases, you would like to bootstrap the entire project from scratch in an organised way, with the authentication, orm models etc.
Describe the solution you'd like
I would add a new CLI command
admin new
which will ask for:Then it will create entire project, install packages and create scripts.
Acceptance criteria
new
orgenerate
command to admin cli (cli.ts)