Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wobsoriano/bun-lib-starter
My minimal bun library starter
https://github.com/wobsoriano/bun-lib-starter
bun bunjs
Last synced: 1 day ago
JSON representation
My minimal bun library starter
- Host: GitHub
- URL: https://github.com/wobsoriano/bun-lib-starter
- Owner: wobsoriano
- License: mit
- Created: 2022-07-15T00:52:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T05:31:06.000Z (28 days ago)
- Last Synced: 2024-10-31T09:41:49.848Z (8 days ago)
- Topics: bun, bunjs
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 83
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bun - Bun Lib Starter
README
# bun starter
## Getting Started
Click the [Use this template](https://github.com/wobsoriano/bun-lib-starter/generate) button to create a new repository with the contents starter.
OR
Run `bun create wobsoriano/bun-lib-starter ./my-lib`.
## Setup
```bash
# install dependencies
bun install# test the app
bun test# build the app, available under dist
bun run build
```## License
MIT