sweetcom.cli
v0.0.109
Published
Terminal/cmd cli that init and runs SweetCom75 Applications
Downloads
5
Readme
sweetcom.cli : sw
is a command line cli that will run build and init SweetApps with sw command line you can create, build, start(dev mode) or test your app
dependencies :
- nodejs >= 11
- List of Dependencies coming soon
Basic usage:
To be able to use our client please run :
npm install -g sweetcom.cli
Strat your application from default template
sw init Myapp
cd Myapp
sw start
sw build
sw commands
- init : initialise an empty application to the directory given in parameter
- start : start dev server with hot reload module
- build : build prod version of your application
- test : coming soon