Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/bun-examples
Remove your nodejs, you not need it anymore. Use bun!
https://github.com/daggerok/bun-examples
blazing-fast blazingly-fast blazingly-fast-js bun fast javascript js ts typescript
Last synced: about 2 months ago
JSON representation
Remove your nodejs, you not need it anymore. Use bun!
- Host: GitHub
- URL: https://github.com/daggerok/bun-examples
- Owner: daggerok
- Created: 2022-07-06T20:31:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T04:20:14.000Z (about 1 year ago)
- Last Synced: 2023-09-27T12:44:59.086Z (about 1 year ago)
- Topics: blazing-fast, blazingly-fast, blazingly-fast-js, bun, fast, javascript, js, ts, typescript
- Language: TypeScript
- Homepage: https://bun.sh/
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun [![CI](https://github.com/daggerok/bun-examples/actions/workflows/ci.yml/badge.svg)](https://github.com/daggerok/bun-examples/actions/workflows/ci.yml)
Blazing fast JS```bash
curl -fsSL https://bun.sh/install | bash
exec /bin/zsh
bun --help
bun hello-world/app.ts
```## hello-bun
```bash
mkdir -p hello-bun && cd $_ ; bun init -y
```## RTFM
* https://bun.sh/
* https://github.com/Jarred-Sumner/bun
* https://bun.sh/blog/bun-v1.0
* https://bun.sh/blog/bun-v1.0#bun-file
* https://youtube.com/watch?v=U4JVw8K19uY