@covid-modeling/api
v0.9.0
Published
The api shared between the model-runner, the web front end, and the model connectors.
Downloads
2
Readme
api
Package
The api shared between the model-runner, the web front end, and the model connectors.
Publishing
To publish the @covid-modeling/api
package:
- Authenticate to the GitHub Package Registry
- Bump api package version. Run
npm version <patch|minor|major>
- Tag the repo
api-vX.Y.Z
- run
npm publish