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: 11 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T03:25:14.000Z (about 7 years ago)
- Last Synced: 2025-03-29T00:11:12.399Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 72
- Watchers: 2
- 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
```