0.0.2 • Published 8 years ago

qshare v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

qshare

A quick share to simplify the process of sharing files, by deploying a minimalistic server.

At this stage, it is the example from (serve-index)https://github.com/expressjs/serve-index.

Usage:

    qshare [PORT] [DIR]

    PORT defaults to 1337
    DIR defaults to cwd

Install:

    npm install -g qshare
    or
    sudo npm install -g qshare