Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.04 KB

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