showoff
v0.1.1
Published
A server to quickly launch the current working directory's static files
Downloads
9
Readme
Showoff
Quickly serve the cwd as a static file server.
Installation
You will need node (8.0.0 or higher) and npm.
npm install showoff -gUsage
Go to any directory and use the showoff command.
cd your/project/folder
showoffOptions
--port,-p: The port to listen on--open,-o: Directly open the server in a browser

