Contributing
Contributing to CLI-Anything
Section titled “Contributing to CLI-Anything”CLI-Anything is open source and welcomes contributions!
Ways to Contribute
Section titled “Ways to Contribute”| Type | Description |
|---|---|
| Build a New CLI | Create CLI for new software |
| Improve Existing | Add features, fix bugs |
| Documentation | Improve guides |
| Report Issues | Bug reports, feature requests |
Quick Start
Section titled “Quick Start”# Fork and clonegit clone https://github.com/YOUR_USERNAME/CLI-Anything.git
# Create a branchgit checkout -b feature/my-new-cli
# Make changes and testpytest tests/
# Submit PRgit push origin feature/my-new-cliBuild a New CLI
Section titled “Build a New CLI”- Generate using CLI-Anything
- Test thoroughly (≥80% coverage)
- Document with SKILL.md
- Submit PR