@jrichman/ink

React library for building interactive CLI applications

npmmacoslinuxwindows
Try with needOr install directly
Source

About

React for CLI

Commands

ink

Examples

Create a simple interactive CLI app with React components$ npx @jrichman/ink create-app my-cli-app
Build a CLI tool with Ink by rendering React components to terminal$ npm install @jrichman/ink react && node app.js
Develop a progress indicator or interactive prompt using Ink$ ink-dev ./src/index.js --watch