Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reggi/node-to-deno
:recycle: A webpack implementation that bundles a node file / npm modules for use with deno.
https://github.com/reggi/node-to-deno
Last synced: about 1 month ago
JSON representation
:recycle: A webpack implementation that bundles a node file / npm modules for use with deno.
- Host: GitHub
- URL: https://github.com/reggi/node-to-deno
- Owner: reggi
- Created: 2018-12-21T22:30:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T03:25:14.000Z (almost 6 years ago)
- Last Synced: 2024-10-05T10:46:17.555Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 70
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - node-to-deno
README
# node-to-deno
https://github.com/denoland/deno
> A secure TypeScript runtime on V8 https://deno.land/How do you run a `node` file in `deno`?
How do you use `node_modules` / `npm` packages in `deno`?Webpack!
This is a proof of concept that allows you to use a `npm` module in deno.
```bash
yarn
yarn build
deno ./src/main.ts
```