https://github.com/drgomesp/githubpal
:gear: Routine Github task automation for my own stuff
https://github.com/drgomesp/githubpal
automation devtools git github go golang tools
Last synced: 6 months ago
JSON representation
:gear: Routine Github task automation for my own stuff
- Host: GitHub
- URL: https://github.com/drgomesp/githubpal
- Owner: drgomesp
- License: other
- Created: 2022-04-30T21:41:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T18:17:48.000Z (about 3 years ago)
- Last Synced: 2025-06-29T06:05:42.995Z (6 months ago)
- Topics: automation, devtools, git, github, go, golang, tools
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# githubpal
---
Hey pal, could you help me with some routine Github(c) tasks?
> Yeap, lets go =)
## Start with cli
* Compile, just run `make build`
* Usage, `build/githubpal --help`
## Use case commands
Example command cli
```sh
build/githubpal update --login="Your login github" --repos="*" --fullname="Your full Name" --name="First Name" --limit=25 --url="https://yourcoolwebsite.com"
```
## Versioning and license
Our version numbers follow the [semantic versioning specification](http://semver.org/). You can see the available versions by checking the [tags on this repository](https://github.com/drgomesp/githubpal/tags). For more details about our license model, please take a look at the [LICENSE](LICENSE) file.