README
sodacli
Global install ⚙️
Envirment requirement
NodeJS: >= 8.0
OS: MacOS, windows, centos
install
$ npm install sodacli -g / yarn global add sodacli
Create a project
$ sodacli init
push to git
$ sodacli push
Select an executable command
$ sodacli run
Start a static service
$ sodacli server
# -p, --port set my prot
# -s, --silent don't open browser
# -d, --dir run dir. current as default
# -l, --log print url log
# -f, --fallback Enable history fallback
# -h, --help output usage information