snf-cli
v1.0.1
Published
Sparkout NodeJS Framework CLI
Downloads
1
Maintainers
Readme
Sparkout Nodejs Framework
A enterprise Nodejs framework to develop scalable and secured REST API's
Install the CLI globally
npm install snf-cli -g
To create a new project
snf create APP
cd APP
npm install
cp .env-sample .env
npm start