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
- Host: GitHub
- URL: https://github.com/doumanash/toa-static-server
- Owner: DoumanAsh
- License: mit
- Created: 2017-04-22T05:10:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T07:21:19.000Z (over 8 years ago)
- Last Synced: 2025-02-14T07:26:56.877Z (about 1 year ago)
- Topics: http-server, static-server, toa
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# toa-static-server
[](https://ci.appveyor.com/project/DoumanAsh/toa-static-server/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: .]
```