A very user-friendly tool to generate starter project for various node framework. The package contains zero dependency & only one command.
# windows
npm install initpro -g
# Linux / MAC
sudo npm install initpro -g
InitPro
contains only one command to generate starter project.
initpro <frameworkName> <projectName>
# Example
initpro express new-express-app
For more details please visit here!