Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomchv/deno-node-compat-test
https://github.com/tomchv/deno-node-compat-test
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomchv/deno-node-compat-test
- Owner: TomChv
- Created: 2024-09-18T11:07:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T11:20:02.000Z (5 months ago)
- Last Synced: 2025-01-31T20:46:08.162Z (1 day ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run as Node/Bun
```
npm itsx entrypoint.ts
```# Run as Deno
```
deno entrypoint.ts
```