saurabh-prosoft / flow-connect-standard-nodes

A collection of custom nodes extending FlowConnect's (https://flow-connect.saurabhagat.me) architecture

Home Page:https://flow-connect.saurabhagat.me/reference/standard-nodes/common.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!


Development

  • 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

About

A collection of custom nodes extending FlowConnect's (https://flow-connect.saurabhagat.me) architecture

https://flow-connect.saurabhagat.me/reference/standard-nodes/common.html

License:MIT License


Languages

Language:TypeScript 98.3%Language:JavaScript 1.7%