A tool for parsing documentation and transforming it to a JSON as a model.
yarn(using yarn workspaces)
local- generates the JSON model from the JSDoc to a local directoryecp- generates the JSON model from the JSDoc, compares with previous model, commits and pushes the changestern- builds a tern model from the generated JSON modeldts- builds typescript decleartion files from the generated JSON modelvalidate
- Use
yarn testto run the tests in all packages
- Use
yarn releaseto create a release commit and git tag. - Use
git push --follow-tagsso that CI can pick up the new tag and trigger publishing to npm (CI will runyarn ci:publish)