/zapier-platform-core

:electric_plug: The core Zapier platform library / SDK.

Primary LanguageJavaScript

Core for Zapier CLI Platform Travis

This is the code that powers our Zapier Platform CLI. You'll want to head to that repo to see how it's used.

Development

  • npm install for getting started
  • npm test for running unit tests
  • npm run local-integration-test for running integration tests
  • npm run build-boilerplate -- --debug for building a build-boilerplate/*.zip (if you want to test buildless locally)

Publishing (after merging)

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