https://github.com/foyez/bun
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foyez/bun
- Owner: foyez
- Created: 2022-07-07T11:58:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T12:03:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T00:31:50.509Z (4 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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