1.1.0 • Published 7 years ago

flsaba v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

flSaba

simple http server with directory listing

GitHub release GitHub license

NPM

Quick Start

First, you need to install flsaba globally.

$ npm install -g flsaba

Basic usage

Global

cd into the directory to serve files from and do:

$ flsaba

Now point your Browser to <ip>:<port> (in this case: localhost:3000) and you will see your directories content.

Help

$ flsaba -h

  Usage: flsaba [options]

  Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -p, --port <n>       port to listen on (default: 3000)
    -d, --dir [value]    directory to serve files from (default: current working directory)
    -s, --style [value]  path to CSS file
    -f, --forcedl        set to force download of file
    -b, --background     start flsaba as a background process

Project Name

file (without vowels) = fl
サーバー (to Rōmaji) = Sābā (english: Server)


License (MIT)

1.1.0

7 years ago

1.0.0

8 years ago

0.1.2

10 years ago

0.0.1

10 years ago