Categorygithub.com/Didstopia/githubby
modulepackage
0.0.0-20191002055750-07cc8c65b518
Repository: https://github.com/didstopia/githubby.git
Documentation: pkg.go.dev

# README

Build Status

GitHubby

A multi-purpose CLI utility for interacting with GitHub.

NOTE: Work in progress, not ready for production use!

Usage

TODO

Development

Install/build dependencies:

make deps

Run the application:

go run main.go

Run tests:

make test

License

See LICENSE.

# Packages

Package cmd is the primary entrypoint, and handles command parsing and execution.
Package ghapi provides a wrapper for easier access to specific parts the GitHub API.
Package util provides reusable utility functions.