Penggeor / bun

VS Code extension to execute JavaScript .js file or TypeScript .ts file by Bun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡️ Bun Run ⚡️


VS Code Extension: execute .ts or .js file by bun.


Bun website: https://bun.sh/

Please make sure had installed bun. Otherwise:

curl https://bun.sh/install | bash

Open Command Palette in VS Code View, and type Bun Run:

Then will execute current .ts or .js file.

Same as :

bun run xxx.ts

Author

Pandy
Pandy

License

MIT © Pandy

About

VS Code extension to execute JavaScript .js file or TypeScript .ts file by Bun.

License:MIT License


Languages

Language:TypeScript 64.3%Language:JavaScript 35.7%