Skip to content

Message bus accepts events and actions from various sources and delivers them to subscribers

License

Notifications You must be signed in to change notification settings

IceWhaleTech/CasaOS-MessageBus

Repository files navigation

CasaOS-MessageBus

Go Reference Go Report Card goreleaser codecov

Message bus accepts events and actions from various sources and delivers them to subscribers.

See openapi.yaml for API specification.

publish api to npm

edit version in package.json

run

yarn

yarn start

publish

Manual publish

yarn publish

Auto publish

git push origin dev**