- Local time
- 12:08
- Joined
- Oct 5, 2019
- Messages
- 129
- Pronouns
- He/Him
Ink is a framework that lets you write command line interfaces using React. It uses bits from React such as JSX and Hooks, but provides its own render method and components.
It's not super comprehensive, still a little new, but I'm trying building something with it and so far finding it way easier than any other CLI framework I looked at.