README
SAM-pubsub
Release Process
Via Circle CI
- Check-in code to a branch eg. master.
- On github.com, create a release tag in the form x.x.x.
- The code will be both added to Github. The code will only be added to NPM if the unit tests pass.
Omnicar PubSub
<script type="module">
import omnicarSamPubsub from 'https://cdn.skypack.dev/@omnicar/sam-pubsub';
</script>