Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ dist

# MacOS
.DS_Store
.aider*
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Available Plugins

- Column Copier: A plugin to copy data from one column to another.

To get started building plugins:

1. Run `npm i` at the root level.
Expand All @@ -11,7 +15,10 @@ 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. The `npm run build` command uses what's in index.ts and builds a minified compiled version of the code using Rollup. That is what gets published to npm.

## Contributing

To contribute a new plugin or improve an existing one, please refer to the individual plugin's README for specific instructions.
Loading