SweetCli
$3
##### 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]
// run help to now how to use it
~~~
##### create a new project from teplate
~~~
npm install -g ayoub.sweetcli@latest
~~~
~~~
sweet init
~~~
~~~
cd
~~~
~~~
npm start
~~~
$3
##### Cloning code
~~~
git clone // consult git server
~~~
##### To generate Dev Documentation run
~~~
npm run doc
~~~
##### To Build for production
~~~
npm run build
~~~
##### To run Unit tests
~~~
npm run test
~~~
will generate a folder "docs" containing the automatic documentation