Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 756 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 756 Bytes

Webhook

Pre-requisites

Install dependencies for the workspace

yarn install

Quick Start Guide

All commands below need to be run in the context of the webhook package where this README is located. Read more about context here.

Running in dev mode:

yarn dev

Building to dist directory with javascript output:

yarn build

Running all tests:

yarn test

Linting:

yarn lint

Typechecking:

yarn typecheck

About

This package consists of utilities to work with Immutable webhooks

Read more about the webhook package here