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

https://github.com/mfellner/deno-node-compatibility-example

Using npm packages in Deno
https://github.com/mfellner/deno-node-compatibility-example

Last synced: 2 months ago
JSON representation

Using npm packages in Deno

Awesome Lists containing this project

README

        

# Node.js compatibility: Using npm packages in Deno

Run the example with the following command:

```sh
deno run \
--unstable \
--allow-read \
--allow-env \
--import-map import_map.json \
main.ts
```