Visit the CLI for basic documentation and instructions on how to use.
View all the schema definitions.
yarn
to install packages and get startedyarn lint
to lint codeyarn test
to run testsyarn smoke-test
to run smoke testsyarn coverage
to run tests and display test coverageyarn validate
to run tests, smoke tests, and linteryarn export
to update the exported-schema (even if only the version changes)yarn docs
to update docs (even if only the version changes)yarn build
to update docs and the exported-schema (even if only the version changes)
yarn version --[patch|minor|major]
will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm