1.1.0 • Published 4 years ago
just-serve v1.1.0
just-serve
cli tool to just serve a directory using https
Installation
$ npm install just-serve -gUsage
# serves cwd
just-serve
# serve a given path
just-serve my/path
# serve with given host/port
HOST=localhost PORT=7777 just-serveLicense
MIT