Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/bun-lib
https://github.com/daniel-le97/bun-lib
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/bun-lib
- Owner: daniel-le97
- License: mit
- Created: 2023-08-01T21:51:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:29:08.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:45.636Z (about 1 month ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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