Categorygithub.com/dbs67/ghutil
modulepackage
0.2.0
Repository: https://github.com/dbs67/ghutil.git
Documentation: pkg.go.dev

# README

ghutil

GitHub Utilities for bulk operations.

Requirements

A ghutil.toml configuration file is needed in the working directory. It should have entries like the example below:

User = "dbs67" // Github username
Pass = "ghp_xxxxx" // Github token
Org = "cs4790-spr2022" // Organization where the repositories reside
URL = "https://api.github.com" // GitHub API v3

# Packages

Package cmd provides commands for the application.
Package ver provides the application version number.