2 个版本
0.1.1 | 2021 年 3 月 17 日 |
---|---|
0.1.0 | 2021 年 3 月 17 日 |
#15 在 #local-server
13KB
289 代码行,不包括注释
tuli
一个实验性的本地服务器,用于提供静态文件,但功能尚不稳定(请勿使用,非常实验性)
使用方法
安装(需要 cargo)
cargo install tuli
基本使用
tuli serve --port 8000 --dir ./public
Tuli 将提供 public
目录中的文件,前提是它有一个 index.html
文件。目前图片无法正常显示,因此当前实现只能提供 UTF-8/ application/text 内容。
命令
tuli--帮助
tuli 0.1.0
Collins Muriuki <[email protected]>
USAGE:
tuli [SUBCOMMAND]
FLAGS:
-h, --help
Prints help information
-V, --version
Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
serve Serves static files in a given directory
tuli serve--帮助
tuli-serve
Serves static files in a given directory
USAGE:
tuli serve [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --dir <dir> The public directory with static files that should be served, defaults to the current directory
-p, --port <port> The port the server should run on, default is 8080
依赖
~2.5MB
~45K SLoC