Thanks for your interest in contributing!
If you use Play Console CLI to ship your Android app, add it to our Wall of Apps!
- Fork this repository
- Edit
docs/wall-of-apps.json - Add your app in this format:
{
"app": "Your App Name",
"link": "https://play.google.com/store/apps/details?id=your.package.name",
"creator": "YourGitHubUsername",
"icon": "https://optional-icon-url.png",
"platform": ["Android"]
}- Submit a Pull Request
Open an issue with:
- Description of the problem
- Steps to reproduce
- Expected behavior
- Actual behavior
gpc versionoutput
Open an issue describing:
- The feature you'd like
- Why it would be useful
- Example usage
- Fork the repo
- Create a feature branch:
git checkout -b feature/my-feature - Make your changes
- Run tests:
make test - Commit:
git commit -m "Add my feature" - Push:
git push origin feature/my-feature - Open a Pull Request
git clone https://github.com/AndroidPoet/playconsole-cli.git
cd playconsole-cli
make build
./playconsole-cli version- Run
go fmtbefore committing - Follow existing patterns in the codebase
- Add tests for new features