-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depuplicate typescript README contents
- Loading branch information
Showing
1 changed file
with
2 additions
and
23 deletions.
There are no files selected for viewing
25 changes: 2 additions & 23 deletions
25
packages/cli/src/generators/templates/typescript/README.md
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,24 +1,3 @@ | ||
# typescript | ||
# TypeScript Template | ||
|
||
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. | ||
An TypeScript template for Zapier Integrations. |