tmdb-api-js
Version:
JavaScript wrapper for The Movie Database API
27 lines (16 loc) • 394 B
Markdown
# 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