Skip to content

eth0lo/slr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published