/zapier-app-typescript-template

TypeScript Template for Zapier apps

Primary LanguageTypeScript

Zapier app template 🚀

This is a TypeScript Template to get started creating a Zapier integration.

Setup

Clone this repository.

$ git clone https://github.com/ikbelkirasan/zapier-app-typescript-template <app-name>

Test

This template uses Jest as a test runner and it's pre-configured to run tests in background in VSCode.

Build 🔥

You need to compile TypeScript files into JavaScript before pushing the app to Zapier using the following:

$ yarn build