1.0.3 • Published 9 years ago

slr v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

SLR

Dependency status

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

Licence

MIT Licence