A powerful AI-assisted CLI for developers that enhances productivity
Installation | Documentation | Contributing
magi-cli is a command-line interface tool designed to enhance programmer productivity by leveraging AI capabilities. Built with Go, it provides a suite of commands that help automate and streamline common programming tasks.
- AI-assisted code generation
- Smart code analysis
- Project scaffolding
- Documentation assistance
- Code review suggestions
- And more...
Windows
go install github.com/MagdielCAS/magi-cli@latestmacOS
curl -sSL https://raw.githubusercontent.com/MagdielCAS/magi-cli/main/scripts/install.sh | bashLinux
curl -sSL https://raw.githubusercontent.com/MagdielCAS/magi-cli/main/scripts/install.sh | bash- Set up your OpenAI API key:
magi config set api-key your-api-key- Verify installation:
magi --versionmagi [command] [flags]For detailed documentation of all available commands:
magi --helpmagi uses a configuration file located at $HOME/.magi/config.yaml. You can modify settings using:
magi config [key] [value]You can also create a local configuration file for project-specific settings:
magi config init- 📫 Report issues on GitHub Issues
- 💬 Join discussions in GitHub Discussions