Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 253 Bytes

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

Screenshot