1.0.0 • Published 10 years ago
ngrok-serve v1.0.0
ngrok-http
Serve a directory and spawn a ngrok process to tunnel it.
Install
$ npm install -g ngrok-httpUsage
$ nh [flags]flags
-p [port]: Specifies the port for the HTTP server to listen on. (Default8080)-d [path]: Specifies the directory to server. (Default: cwd)-v: Verbose output. (Default:false)
Example
$ nh -p 9000 -d ~/Pictures -v