I'm pretty much 100% this is a fully LLM generated article. That lib absolutely doesn't exist.
Software Gore
A community for posting software malfunctions
Deliberately bad software or bad design is not software gore, it must be something unintentional
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient and shear it
I've found hallucinated libraries or hallucinated functions/cmdlets and articles written about them more than once. LLMs are truly poisoning the well of information that is the Internet.
I recently had the same experience. Go looking for software; find an article that describes a project in detail that does exactly what you asked for; project doesn't exist; further investigation finds no reference to the software anywhere other than that article.
This has happened a couple of times to me; the tip-off is that there's no link to the project in the article, although sometimes there'll be a link to a domain owned by a squatter or something unrelated. Unless the article has a date and it's from a decade ago, I chalk those up to AI as well. I'm certain there are thousands of abandoned projects and domains, deleted repos, and so forth, but I think increasingly the odds of AI shenanigans are pretty high in these cases.
What do you mean by TUI? Terminal User Interface? If so, inquirer is nice for CLI prompts to the user for input
Yeh, basically.
The project I'm working on is a lot of typescript. And a part of it is a bunch of nodejs admin/management stuff.
I'm using Commander at the moment and it's... Fine.
Thought I might try a terminal/text user interface.
I found this ( https://www.npmjs.com/package/ink ) and it looks good