ayoub.sweetcli
v0.0.9998
Published
Terminal/cmd cli that init and runs SweetCom75 Applications
Downloads
104
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 it
create a new project from teplate
npm install -g ayoub.sweetcli@latest
sweet init <FOLDERNAME>
cd <FOLDERNAME>
npm start
participate to developpement
Cloning code
git clone <repository> <FOLDERNAME> // 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