https://github.com/stephen-shopopop/bun-template
bun template
https://github.com/stephen-shopopop/bun-template
bunjs javascriptcore
Last synced: 28 days ago
JSON representation
bun template
- Host: GitHub
- URL: https://github.com/stephen-shopopop/bun-template
- Owner: stephen-shopopop
- Created: 2022-07-17T16:44:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T17:42:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T14:41:38.554Z (over 1 year ago)
- Topics: bunjs, javascriptcore
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/oven-sh/bun/releases/tag/bun-v0.1.4)
[](https://GitHub.com/stephen-shopopop/bun-template/graphs/commit-activity)
[](https://svgshare.com/i/Zhy.svg)
[](https://svgshare.com/i/ZjP.svg)
[](https://code.visualstudio.com/)
# bun template
## bun install
[Installation bun](https://bun.sh)
```bash
curl -fsSL https://bun.sh/install | bash
```
## bun upgrade
```
bun upgrade
```
- [examples](https://github.com/oven-sh/bun/tree/main/examples)
- [awesome bun](https://github.com/apvarun/awesome-bun)
## Usage
```bash
bun run src/index.ts
```
### CLI
```bash
bun help
```