orix-cli
v2.2.0
Published
Orix CLI v2.0 — Infinity Update: Next-gen developer companion for docs and AI-powered coding tools.
Maintainers
Readme
Orix CLI v2.0 — Infinity Update 🚀
Orix CLI is a next-gen developer companion that combines documentation tools with AI-powered coding utilities. Modular, scalable, and ready for the future!
Features
- Modular CLI with commands for docs, changelogs, badges, templates, code explanation, test generation, TODOs, and repo health
- AI-powered code explanation and test generation (placeholder logic, ready for real API)
- Clean terminal output with chalk and ora
- Easy to extend: each command is a separate module
Installation
npm install -g orix-cliOr use with npx:
npx orix readmeUsage
All commands support --help for details and examples.
orix readme # Auto-generate README.md
orix changelog # Auto-generate CHANGELOG.md from git commits
orix badges # Inject badges into README.md
orix templates # Offer doc templates
orix explain <file> # Explain code logic, bugs, optimizations
orix testgen <file> # Generate boilerplate unit tests
orix todos # Scan repo for TODOs and create checklist
orix health # Run a quick repo health scan
orix version # Show Orix CLI version and codenameProject Structure
bin/orix.ts— CLI entry pointsrc/commands/— Each command as a separate modulesrc/utils/— Helper utilities
Development
- Written in TypeScript
- Uses Commander.js, chalk, ora
- To build:
npm run build - To test locally:
node dist/bin/orix.js <command>
AI Integration
AI features use placeholder logic. To connect a real API, update the relevant modules in src/commands/.
License
MIT
