0.1.1 • Published 12 years ago
localdir v0.1.1
localDir
serving localhost using command line.
Install
npm install -g localdirCommand
Usage: localdir [options] <the directory you are willing to served, default to current directory>
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port <port> Port for server to listen onAPI
serveDir(dir, port)
- dir: the directory you want to serve at.
- port: which the port you want your server served.
License
MIT @chilijung