Monorepo for building CLI (Commander) and TUI (Ink) apps with shared core logic.
packages/cli: CLI entry usingcommander.packages/tui: TUI components usingink(React-based).packages/core: Shared logic & utilities.
- Node.js ≥ 18.18
- pnpm ≥ 9
pnpm installpnpm run buildnode packages/cli/dist/index.js hello YourName
node packages/cli/dist/index.js ui YourNamepnpm run devpnpm run lint
pnpm run formatPlease see CONTRIBUTING.md for details on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE file for details.