An open API service indexing awesome lists of open source software.

https://github.com/foyez/bun


https://github.com/foyez/bun

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# [Bun](https://bun.sh/) - a fast all-in-one JavaScript runtime

> Bundle, transpile, install and run JavaScript & TypeScript projects — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner and npm client built-in.

## Install

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

## Bun CLI

1. `bun run` - running JavaScript & TypeScript files with bun's JavaScript runtime also runs package.json
2. `bun install` - install is an npm-compatible package manager
3. `bun wiptest` - A Jest-like test runner for JavaScript & TypeScript projects builtin