slr
v1.0.3
Published
simple livereload server cli
Downloads
9
Readme
SLR
SLR (simple live reload) is a small command line utility that is able to spin a small webserver with livereaload functionality build in.
Install
npm install slr -g
Usuage
$ slr --help
Usage: slr [options]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port <port> Change static server port [8000]
-P, --livereload-port <port> Change livereload port [35729]
-d, --directory <path> Change the default directory for serving files [.]
-s, --spa Return index.html when HTML request is not found