https://github.com/hamlim/library-template
A bare bones library template, using Hohoro, Bun, and Biome!
https://github.com/hamlim/library-template
biome bun hohoro template
Last synced: about 1 month ago
JSON representation
A bare bones library template, using Hohoro, Bun, and Biome!
- Host: GitHub
- URL: https://github.com/hamlim/library-template
- Owner: hamlim
- Created: 2025-04-24T16:38:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T16:38:33.000Z (about 1 year ago)
- Last Synced: 2026-05-02T17:36:19.178Z (about 2 months ago)
- Topics: biome, bun, hohoro, template
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# `library-template`
TODO
## Getting Started:
```bash
bun add library-template
```
...
## Contributing:
### Building:
This library uses [`hohoro`](https://hohoro.vercel.app/) to build the source code and generate types.
To build the library, run `bun run build`!
You can also use `bun run dev` to build and watch for changes automatically!
### Code Quality:
#### Type Checking:
This library uses TypeScript to perform type checks, run `bun run type-check`!
#### Linting
This library uses [BiomeJS](https://biomejs.dev/) for linting, run `bun run lint`!
#### Tests
This library uses Bun for running unit tests, run `bun run test`!
### Publishing:
To publish the library, run `bun run pub` from the workspace root. This will prompt you to login to npm and publish the package.