An open API service indexing awesome lists of open source software.

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!

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.