https://github.com/isgj/updir
Serve static files from a directory
https://github.com/isgj/updir
Last synced: about 1 month ago
JSON representation
Serve static files from a directory
- Host: GitHub
- URL: https://github.com/isgj/updir
- Owner: isgj
- License: gpl-3.0
- Created: 2022-06-13T13:08:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T14:22:16.000Z (about 3 years ago)
- Last Synced: 2024-06-21T13:04:03.480Z (12 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# updir
Serve static files from a directory### Install
If you have `GO` installed in your system you can run```bash
go install github.com/isgj/updir
```Or in https://github.com/isgj/updir/releases you can find builds for Linux x86_64 machines
### Why?
Just for fun.
Probably you will use (or your preferred one)
```bash
python -m http.serve
```