Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 821 Bytes

File metadata and controls

32 lines (20 loc) · 821 Bytes

MOVED

This code has been moved to: https://github.com/zapier/zapier-platform/tree/master/example-apps/typescript


Typescript Example App For Zapier Platform

Build Status

A barebones app that has a resource defined. This is mainly a proof-of-concept for using features not yet available in node.

Run this:

npm run zapier-dev # compiles & watches your app
zapier test

There's also a non-watch command:

npm run zapier-build

To push, instead of zapier push, we do:

npm run zapier-push # compiles first

We recommend using the zapier-platform-cli and zapier init . --template=typescript to create an app.