https://github.com/u1aryz/bun-biome-template
Bun + Biome starter template.
https://github.com/u1aryz/bun-biome-template
biomejs bun commitlint lefthook template
Last synced: 10 months ago
JSON representation
Bun + Biome starter template.
- Host: GitHub
- URL: https://github.com/u1aryz/bun-biome-template
- Owner: u1aryz
- License: mit
- Created: 2024-05-29T10:24:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T12:11:40.000Z (over 1 year ago)
- Last Synced: 2024-12-12T13:22:47.791Z (over 1 year ago)
- Topics: biomejs, bun, commitlint, lefthook, template
- Language: TypeScript
- Homepage:
- Size: 257 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bun-biome-template
Bun + Biome starter template.
## Getting started
```bash
bunx degit u1aryz/bun-biome-template my-app
cd my-app
bun install
```
To run:
```bash
bun run start
```
## License
[MIT License](LICENSE)