https://github.com/marvelapp/zapier-marvel
https://github.com/marvelapp/zapier-marvel
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marvelapp/zapier-marvel
- Owner: marvelapp
- Created: 2018-03-26T09:58:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T06:07:22.000Z (about 5 years ago)
- Last Synced: 2025-01-08T15:28:41.176Z (over 1 year ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
This is a zapier cli app. You can install everything you need with npm.
To get yourself started you need to register a zapier app, which you can do with [`./node_modules/zapier-platform-cli/zapier.js register "marvel dev"`](https://zapier.github.io/zapier-platform-cli/cli.html#register). This will register an app and generate a `.zapierapprc` file. The production file is in this directory as `.zapierapprc.prod`. You'll need to swap them when you're pushing a production version to zapier.
With your `.zapierapprc` in place, you can [push](https://zapier.github.io/zapier-platform-cli/cli.html#register) to zapier for testing.