Get the latest tech news
Ink: React for interactive CLI apps
๐ React for interactive command-line apps. Contribute to vadimdemedes/ink development by creating an account on GitHub.
Ink provides the same component-based UI building experience that React offers in the browser, but for command-line apps. Note:<Transform> must be applied only to<Text> children components and shouldn't change the dimensions of the output, otherwise layout will be incorrect. To enable integration with React Devtools in your Ink-based CLI, first ensure you have installed the optional react-devtools-core dependency, and then run your app with DEV=true environment variable:
Or read this on Hacker News