https://github.com/pokatomnik/servant
Static file server with directory listing and QR code in CLI
https://github.com/pokatomnik/servant
deno directory-listing file-server qr qrcode
Last synced: about 1 month ago
JSON representation
Static file server with directory listing and QR code in CLI
- Host: GitHub
- URL: https://github.com/pokatomnik/servant
- Owner: pokatomnik
- License: mit
- Created: 2022-10-17T11:05:11.000Z (over 3 years ago)
- Default Branch: dungeon-master
- Last Pushed: 2022-10-17T11:34:02.000Z (over 3 years ago)
- Last Synced: 2026-02-13T07:36:50.922Z (4 months ago)
- Topics: deno, directory-listing, file-server, qr, qrcode
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Servant
This is a fork of [`file_server`](https://github.com/denoland/deno_std/blob/main/http/file_server.ts)
The only difference is that this tool displays QR code for every host which It serves.
## Installing
```shell
$ deno install --allow-read --allow-net --unstable https://deno.land/x/servant@v0.0.1/mod.ts
```