Prompt & Task manager
Summary
In order to have the best DX as possible, we need to be able to display nice prompt to ask question and having a task manager to display progress during the generation
What are we looking for?
- The library need to be typesafe
- Nice output (colors, keyboard interactions)
- A way to navigate into file system would be amazing
- A way to navigate into github repo would be even more amazing
Libraries to explore
Prompt
~https://github.com/goliney/garson~ -> No types exported, and the types are very bad
Task manager / Progress
https://github.com/privatenumber/tasuku https://github.com/agracio/ts-progress
Going deeper (if previous libraries are not good enough)
https://github.com/vadimdemedes/ink https://github.com/vadimdemedes/ink-testing-library
https://github.com/yarnpkg/berry/tree/master/packages/yarnpkg-libui
DX ref
https://cliffy.io/prompt/index.html
I did a little POC with ink, this will definitely do the job! 😁
@mpotomin Little screenshot for you, so you can see where the prompt API is going 😉

A prompt homemade framework based on ink was introduce in #44
Adding https://github.com/privatenumber/tasuku (or something similiar) for adding feedback during the generation is still in the picture
@fabien0102 what is the idea behind this? I like to participate.