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

https://github.com/doumanash/toa-static-server

WIP
https://github.com/doumanash/toa-static-server

http-server static-server toa

Last synced: about 1 year ago
JSON representation

WIP

Awesome Lists containing this project

README

          

# toa-static-server

[![Build status](https://ci.appveyor.com/api/projects/status/wumaedfe6a0mnxrl/branch/master?svg=true)](https://ci.appveyor.com/project/DoumanAsh/toa-static-server/branch/master)
[![Build Status](https://travis-ci.org/DoumanAsh/toa-static-server.svg?branch=master)](https://travis-ci.org/DoumanAsh/toa-static-server)

Kawaii HTTP Static Server

Named after cute [Toa](https://vndb.org/c34928)

## Usage

```
USAGE:
toa-static-server.exe [OPTIONS] [dir]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-p Specifies port number to use [default: 13666]

ARGS:
Directory to serve. Current directory used by default [default: .]
```