Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

zapier/zapier-platform-schema

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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