Skip to content

Contributing

CLI-Anything is open source and welcomes contributions!

TypeDescription
Build a New CLICreate CLI for new software
Improve ExistingAdd features, fix bugs
DocumentationImprove guides
Report IssuesBug reports, feature requests
Terminal window
# Fork and clone
git clone https://github.com/YOUR_USERNAME/CLI-Anything.git
# Create a branch
git checkout -b feature/my-new-cli
# Make changes and test
pytest tests/
# Submit PR
git push origin feature/my-new-cli
  1. Generate using CLI-Anything
  2. Test thoroughly (≥80% coverage)
  3. Document with SKILL.md
  4. Submit PR