ayoub.sweetcli
v0.0.9998
Published
Terminal/cmd cli that init and runs SweetCom75 Applications
Readme
SweetCli
Strat the project procedure for Dev
Cloning the project
check that you updated the conf.js File and that mongoDb is running
Basic Usage
sweet help //to show the help Needed and how to use it
sweet [COMMANDE] <params>
// run help to now how to use itcreate a new project from teplate
npm install -g ayoub.sweetcli@latestsweet init <FOLDERNAME> cd <FOLDERNAME> npm startparticipate to developpement
Cloning code
git clone <repository> <FOLDERNAME> // consult git server To generate Dev Documentation run
npm run docTo Build for production
npm run buildTo run Unit tests
npm run testwill generate a folder "docs" containing the automatic documentation
