watchfilecli
v1.0.4
Published
Tiny NodeJS Static Web server
Downloads
26
Readme
watchfilecli
Tiny NodeJS Static Web server
Install
npm i -g watchfilecliUsage
watchfilecli # Use the current folder as the root directory of the static resource server.
watchfilecli -p 8080 # Set the port number to 8080
watchfilecli -h localhost # Set host to localhost
watchfilecli -d /usr # Set /usr as the root directory
