/printnanny-asyncapi-schema

AsyncAPI schema specifications for PrintNanny.ai

Primary LanguageRust

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