Hello!
I am quite new to Node-RED and have a question regarding the whole architecture of my project:
Since our flows are quite complex, we want to create them and make them importable via npm-install. This means:
After typing eg " npm install git://github.com/company/nodered-flow1.git" i would like to have the complete flow and all of its dependencies and configurations available in Node-RED GUI.
Is this possible? And if yes, is there some chapter in the doc?
Thank you very much!