serve-site
v0.0.1
Published
A CLI module that will serve the directory you give it (Defaulting to 'dist', and default to process.env.PORT if you don't provide a --port
Readme
serve-site
My own attempt to crea a cli module that just does what it needs to without complicating the issue.
It also has sensible defaults.
Here is the cli help, which should answer any remaining questions.
Help
Options
--help (-h) Shows this Help
--port The port to listen on. Defaults to process.env.PORT
--dir The Dir to serve. Defaults to 'dist'