This repo contains the general provider for the zapp-pipes datasource plugin library.
- clone this repo
- install dependencies with
yarn
- run
npm start
to start the test server
In order to publish a new version of this package, you must make sure you have a valid npm auth token set up in your global ~/.npmrc file
- make sure to update the package version accordingly, respecting the semver guidelines
- run npm publish