ghp 一个简单的Web服务器,用于在本地提供静态GitHub页面
A simple web server for serving static GitHub Pages locally
热门度与活跃度
1.5
2.0
Watchers:2 |
Star:252 |
Fork:7 |
创建时间: 2019-01-30 11:46:48 |
最后Commits: 21天前 |
许可协议:MIT |
160012e
Description
When requesting any path (
$path
),ghp
will do the following (all fileoperations are relative to the
root
commandline flag):$path
points to a file, if so serve that file$path
points to a directory, if so serve$path/index.html
$path.html
points to a file, if so serve that file404.html
is a file, if so serve that file as a 404Usage
Notes
darwin
andlinux
binaries yet, please raise an issue if you have any problems.