-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
304 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,3 +61,6 @@ typings/ | |
# next.js build output | ||
.next | ||
lib | ||
|
||
# vscode | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,22 @@ | ||
# ts | ||
# Cobot Zapier Integration | ||
|
||
This Zapier integration project is generated by the `zapier init` CLI command. | ||
This is an integration between cobot.me and zapier.com. | ||
|
||
These are what you normally do next: | ||
It is based on the [Zapier platform CLI](https://github.com/zapier/zapier-platform/tree/main/packages/cli). | ||
|
||
## Commands | ||
|
||
```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 | ||
``` | ||
yarn test | ||
|
||
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 | ||
# compile TS to JS | ||
yarn build | ||
|
||
# There's also a non-watch compile command | ||
npm run build | ||
# Run Zapier validations | ||
yarn validate | ||
|
||
# To push to Zapier, make sure you compile first | ||
npm run build && zapier push | ||
# Push to Zapier | ||
yarn push | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.