1.0.4 • Published 6 years ago
@projectbuilder/projectbuilder-cli v1.0.4
projectbuilder-cli
This is CLI application created as part of the Project Builder suite. With this application, you will be able to quickly launch and configure and API server. It will install any needed plugin dependencies. It also generates a .env file for your passwords, as well a creates a .gitignore file.
Instalation
This package is available on npm.
npm i -g @projectbuilder/projectbuilder-cliUsage
*Please note, it is strongly recomended that you have planned out the structure of your application before using this program.
After installing, the command projectBuilder will now be availble to your. Simply call that command followed by the name of project in the directory you wish to create it.
projectBuilder myNewProjectFollow the onscreen prompts and your're done!