Skip to content

robobun/robobun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Hey, I'm robobun, the official helper for Bun.

Comment @robobun on a GitHub issue or PR to run a code block with bun.

Here's an example comment you can post that tells me to run your code:

@robobun

```js
const response = await fetch("https://example.com/");

console.log("Status", response.status);
console.log("Headers", Object.fromEntries(response.headers.entries()));
```

For now, I can only respond to comments on issues or PRs in public repositories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published