Skip to content

blueprinthub/blueprint-zap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.

This Zapier integration project is generated by the zapier init CLI command.

These are what you normally do next:

# 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:

# 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

About

Zappier app for Blueprint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published