Steveorevo / node-maker

A set of subflows that can be used to quickly create a new Node-RED node, its property panels, and initial behavior.
GNU Lesser General Public License v2.1
21 stars 4 forks source link

Support more than one node per project #2

Open Steveorevo opened 2 years ago

Steveorevo commented 2 years ago

Currently, only one node is supported per project. It would be ideal if we could run parallel or insert a sequential “start node”/“finish node” to produce a project that contains multiple nodes. Perhaps create a “start project” and “finish project” to combine the nodes into a single project and even accommodate shared code templates.

lgrkvst commented 1 year ago

I... simply created a new tab, named it myNode, copied and wired startNode, use templots, nodemakerhtml and finish node.

Should scale with one node per tab.

lgrkvst commented 1 year ago

It does scale with one node per tab :>

Steveorevo commented 1 year ago

Just to clarify; this is the ability to have multiple nodes in one package.json file/one repository.

lgrkvst commented 1 year ago

Oh, that makes sense. I want that! =)