UNPKG

@michaelnkomo/cli

Version:

BroCode CLI - AI coding assistant with @ file tagging and multi-language support

7 lines (6 loc) 121 B
#!/usr/bin/env node /** * BroCode CLI Entry Point */ // Run the native CLI (better for terminal UI) import './cli.js';