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

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

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
```