Skip to content

serebano/debuno

Repository files navigation

debuno

Bring Deno module resolution to Bun & Node

Install

curl -fsSL https://debuno.dev/install | sh

Quick start

debuno init foo
cd foo

Deno

deno index.ts
# or
debuno deno index.ts

Bun

bun --preload debuno index.ts
# or
debuno bun index.ts

Node

node --import debuno index.ts
# or
debuno node index.ts

Releases

No releases published

Packages

No packages published