{{ .Short }}
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:
{{ .Name }} config set api-key your-api-key- Verify installation:
{{ .Name }} --version{{ .Name }} [command] [flags]For detailed documentation of all available commands:
{{ .Name }} --help{{ .Name }} uses a configuration file located at $HOME/.{{ .Name }}/config.yaml. You can modify settings using:
{{ .Name }} config [key] [value]You can also create a local configuration file for project-specific settings:
{{ .Name }} config init- 📫 Report issues on [GitHub Issues](https://github.com/{{ .ProjectPath }}/issues)
- 💬 Join discussions in [GitHub Discussions](https://github.com/{{ .ProjectPath }}/discussions)