An open API service indexing awesome lists of open source software.

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

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!