iserve
v0.0.2-f
Published
Only one command line that helps you easy to serve, debug static site. especially, it's friendly for mobile web app and Cordova project.
Downloads
22
Readme
iServe
Only one command line that helps you easy to serve, debug static site. especially, it's friendly for mobile web app and Cordova project.
Installing
npm install -g iserveStarting
cdto your workspace directory.- run the command to start a http server.
iserveOptions
All the options.
iserve -h| Options | Description | Planing | | --- | --- | --- | | -s, --serverlog | enable server log | done | | -c, --console | open two-way-console-tool | planing | | -r, --livereload | enable live reload | planing | | --sync | enable sync between iOS and Android | planing | | --mc, --mockcordova | mock cordova files | done | | -w, --workingdir | working dir | done | | -p, --port | listen port | done | | --host | listen hostname | done | | -h, --help | help info | done |
License
MIT(LICENSE)
