Standard Nodes for flow-connect
A collection of custom nodes extending FlowConnect's Node architecture.
See individual packages for more details.
Check out the Docs and Node API on how to create a custom node yourself!
- Install lerna for this monorepo
npm install -g lerna
- Build all packages
npm run build
- Build a specific package
lerna run --scope "@flow-connect/<package-name>" build --stream