Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishesh-baghel/automate-for-canva
https://github.com/vishesh-baghel/automate-for-canva
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishesh-baghel/automate-for-canva
- Owner: vishesh-baghel
- Created: 2024-06-30T10:14:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:12:45.000Z (4 months ago)
- Last Synced: 2024-10-10T21:13:50.665Z (about 1 month ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# automate-for-canva
This Zapier integration project is generated by the `zapier init` CLI command.
These are what you normally do next:
```bash
# Install dependencies
npm install # or you can use yarn# Run tests
zapier test# Register the integration on Zapier if you haven't
zapier register "App Title"# Or you can link to an existing integration on Zapier
zapier link# Push it to Zapier
zapier push
```Find out more on the latest docs: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md.
# The "typescript" Template
This example is mainly a proof-of-concept for using features not yet available
in Node.In `package.json`, we've define some commonly-used scripts:
```bash
# Watch and compile as you edit code
npm run watch# There's also a non-watch compile command
npm run build# To push to Zapier, make sure you compile first
npm run build && zapier push
```