Build Oclif CLIs using Node-RED #3472
Closed
AllanOricil
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
it sounds interesting, I tried node-red a few years ago so I can't tell how the current experience is but get the idea. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you guys think about building oclif CLIs using Node-RED? I thought for a while this year - and even did a very simple experiment - about creating CLIs visually with Node-RED nodes and oclif framework. The idea is simple but it would require a custom builder to pack a Node-RED flow into an oclif "binary". It would make cli development pretty cool and faster.
The development flow would be as follows:
All the logic/transaction control is done using no-code/low-code, and oclif is used as a "UI" for the terminal. Pretty cool, isn't it?
Here is a very simple experiment to show how one can use node-red flow as a cli
https://github.com/AllanOricil/node-red-cli-builder-experiments
@mdonnalley @cristiand391 @clairebianchi
Beta Was this translation helpful? Give feedback.
All reactions