This sets up a business stack on sailsjs
npm install business-stack-generatorsh
install globally
npm install -g business-stack-generatorstart using inside any sails project
cd my_sails_project
run the command
business-stack-generator
`
---#### Or
`sh
start using inside any sails project
cd my_sails_projectInstall locally
npm install --save-dev business-stack-generator@latestrun the command
./node_modules/business-stack-generator/index.js
``