Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinhacks/bun-workspaces
https://github.com/colinhacks/bun-workspaces
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/colinhacks/bun-workspaces
- Owner: colinhacks
- Created: 2023-09-13T05:11:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T06:04:57.000Z (about 1 year ago)
- Last Synced: 2024-08-18T01:07:55.865Z (3 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 12
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workspaces
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.4.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.