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
- Host: GitHub
- URL: https://github.com/petoem/flsaba
- Owner: petoem
- License: mit
- Created: 2014-08-20T09:49:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T10:48:15.000Z (about 9 years ago)
- Last Synced: 2025-10-25T01:28:42.678Z (5 months ago)
- Topics: command-line-tool, directory, http, javascript, server
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flSaba
======
**simple http server with directory listing**
[](https://github.com/petoem/flsaba/releases)
[](https://github.com/petoem/flsaba/blob/master/LICENSE)
[](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)