https://github.com/dkter/srv
Serve a directory with one command
https://github.com/dkter/srv
Last synced: over 1 year ago
JSON representation
Serve a directory with one command
- Host: GitHub
- URL: https://github.com/dkter/srv
- Owner: dkter
- License: mpl-2.0
- Created: 2020-04-30T18:42:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T16:38:42.000Z (over 5 years ago)
- Last Synced: 2025-02-16T11:55:55.074Z (over 1 year ago)
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
srv
---
Serve a directory with one command.
### Install
pip install srv
### Usage
srv [-p PORT] [dir]
To serve the current directory from port 8000:
srv
