Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 329 Bytes

PrintNanny.ai AsyncAPI Schemas

Generate + build a language client

cd clients/<package directory>/
make <language>-client-build

Supported languages: Rust, Python, Typescript

Release a new package version

cd clients/<package directory>/
bump2version --new-version=<version>
make clients-release