josiasds / flatfile-plugins

Library of open-source plugins for developing with the Flatfile Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flatfile-plugins

Library of open-source plugins for developing with the Flatfile Platform

To get started building plugins:

  1. Run npm i at the root level.
  2. To make a changeset, run npm run changeset at the root level and choose the plugin you want to update.

Additional Commands

There are more commands that you can run on every plugin at the root level. For instance, the release is run by Github so you don't have to do this manually.

Each plugin has its own package.json that you can run.

  1. build command uses what's in index.ts and builds a minified compiled version of the code using tsup. That is what gets published to npm.

About

Library of open-source plugins for developing with the Flatfile Platform


Languages

Language:TypeScript 92.7%Language:JavaScript 7.3%