Is there a utility similar to node-red-nodegen (generate node from function) but to generate node out of a sub-flow?
I am using Node-RED to develop a series of sub-flows. The FUI is very handy to test and debug them. Now, I would like to package all the sub-flows into a node-red-contrib- node for easier distribution.
In the meantime, I've explored node-red-contrib-publishflows from https://github.com/Steveorevo/node-red-contrib-publishflows, but the last update was 17 months ago. With Node-RED 1.0.3, the Publish pane doesn't show up under Project Settings.