modulepackage
0.0.0-20220407091503-adaa7bbc10b6
Repository: https://github.com/albertpaulp/xerox.git
Documentation: pkg.go.dev
# README
Xerox
Copy Github Commits to Google Spreadsheet.
Steps
- Create a project in Google Sheets API console.
- Download
credentials.json
for above project and keep it in project directory. - Create AccessToken in Github, export it as
GITHUB_ACCESS_TOKEN
- Update config.yml for configuration regarding repository to copy commits.
- Use
xerox_amd64
for *nix anddarwin
for MacOS. - Run
go build
to rebuild binary.
# Structs
YamlConfig Configuration options from config.yml.