0.4.3 • Published 4 years ago

webfolder v0.4.3

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

webfolder

Share Your Folder to internet, written in nodejs.

Installation

$ npm install webfolder

Usage

It's very easy to use webfolder library:

let directory = './'
    , port = 8888
    , address = '127.0.0.1';
let sServer = createStaticServer(directory, port, address);

commandline interface

usage: webfolder [-h] [-v] [-p PORT] [-a ADDRESS] [-d DIRECTORY]

Share Your Folder with a static server

Optional arguments:

  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  -p PORT, --port PORT  the port to listen, default 2333
  -a ADDRESS, --address ADDRESS
                        the address to listen, default 0.0.0.0
  -d DIRECTORY, --directory DIRECTORY
                        the directory to share, default ./
0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago