$ npm install -g @kamalnrf/generatorThe quickest way to generate an application as shown below:
Create the app:
$ generate-express
? Do you want new direcotry (Yes/No): yes
? Project name: _enter_your_project_nameInstall dependencies:
$ npm installStart your Express.js app at http://localhost:3000/:
$ npm start