|
|
|
|
|
by noshbrinken
3312 days ago
|
|
I think many/most Node TUI's use Inquirer. I have mixed feelings about it. Python has several library's that provide lower-level constructs for building CLI and TUI's. Then they provide examples for using the library to implement a common pattern or prompt. Inquirer gives you some ready-made prompts but doesn't provide any help/convenience for creating your own prompt. It seems like the wrong level of abstraction. |
|
Inquirer is def the HTML inputs of the terminal but I got pretty far with it. My use case was Fairly Simple⢠though. What other UI components do you think it's lacking?