Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T12:11:40.000Z (about 1 month ago)
- Last Synced: 2024-12-12T13:22:47.791Z (about 1 month 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)