Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 865 Bytes

MOVED

This code has been moved to: https://github.com/zapier/zapier-platform/tree/master/packages/schema


Schema For Zapier CLI Platform

Visit the CLI for basic documentation and instructions on how to use.

View all the schema definitions.

Development

  • npm install for getting started
  • npm test for running tests
  • npm run export for updating the exported-schema (even if only the version changes)
  • npm run docs for updating docs (even if only the version changes)
  • npm run coverage for running tests and displaying test coverage

Publishing (after merging)

  • npm version [patch|minor|major] will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm