An open API service indexing awesome lists of open source software.

https://github.com/petoem/flsaba

simple http server with directory listing
https://github.com/petoem/flsaba

command-line-tool directory http javascript server

Last synced: 3 months ago
JSON representation

simple http server with directory listing

Awesome Lists containing this project

README

          

flSaba
======
**simple http server with directory listing**

[![GitHub release](https://img.shields.io/github/release/petoem/flsaba.svg?style=flat-square)](https://github.com/petoem/flsaba/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/petoem/flsaba/blob/master/LICENSE)

[![NPM](https://nodei.co/npm/flsaba.png?downloads=true)](https://www.npmjs.com/package/flsaba)

## Quick Start
First, you need to install flsaba globally.

```sh
$ npm install -g flsaba
```

Basic usage
-----------

#### *Global*

cd into the directory to serve files from and do:

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

#### *Help*
```sh
$ flsaba -h

Usage: flsaba [options]

Options:

-h, --help output usage information
-V, --version output the version number
-p, --port 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)](LICENSE)