SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.25k stars 664 forks source link

admin CLI which will bootstrap new projects #362

Closed wojtek-krysiak closed 4 years ago

wojtek-krysiak commented 4 years ago

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

wojtek-krysiak commented 4 years ago

CLI concept changed - closing this one