Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 470 Bytes

Servey

Servey is a simple http static file server made with deno and typescript

Installation

deno install --allow-net --allow-read -n servey https://deno.land/x/servey/mod.ts

Usage

This will run a basic file server in the cwd on localhost:5000/<file-path>:

servey

options:

-h, --help: display a help message like this
-D, --download: makes files downloadable
-p, --port <port>: runs the server on <port> instead of 3000