https://github.com/bcc-code/bmm-sdk
[BMM] A frontend SDK for the BMM api
https://github.com/bcc-code/bmm-sdk
bmm
Last synced: 12 months ago
JSON representation
[BMM] A frontend SDK for the BMM api
- Host: GitHub
- URL: https://github.com/bcc-code/bmm-sdk
- Owner: bcc-code
- Created: 2023-02-25T15:24:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T12:29:48.000Z (12 months ago)
- Last Synced: 2025-06-27T13:33:55.204Z (12 months ago)
- Topics: bmm
- Language: TypeScript
- Homepage:
- Size: 301 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bmm-sdk
This repository contains an SDK generated from the BMM API using OpenAPI tools.
Currently only `typescript-fetch` is used. If more are needed, the structure of the project might need to adjust, too.
## Running
```sh
pnpm i
pnpm generate
pnpm publish --access public
```