https://github.com/codemonument/npmjs-deno-file-server
A nodejs release of compiled https://deno.land/std/http/file_server.ts
https://github.com/codemonument/npmjs-deno-file-server
Last synced: 5 months ago
JSON representation
A nodejs release of compiled https://deno.land/std/http/file_server.ts
- Host: GitHub
- URL: https://github.com/codemonument/npmjs-deno-file-server
- Owner: codemonument
- Created: 2022-06-20T12:57:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T16:10:39.000Z (about 4 years ago)
- Last Synced: 2025-09-19T11:11:47.982Z (9 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Deno File Server
A nodejs release of https://deno.land/std/http/file_server.ts.
Compiled by `deno compile`
**Note: This module is an esm only module and will only work with nodejs >= 12.20 and >=14.15**
## Usage
- `npm i deno-file-server`
- `deno-file-server --help`
- Enjoy `deno-file-server` command!
More documentation can be found here: https://deno.land/std@0.144.0/http/file_server.ts
## External Dependencies for building this repo
- `deno` executable available in path!