Categorygithub.com/ryotafunaki/tech-survs-github-sdk
repositorypackage
0.0.0-20241230214757-8b2c8a3fa0e6
Repository: https://github.com/ryotafunaki/tech-survs-github-sdk.git
Documentation: pkg.go.dev

# README

GitHub SDK Technical Survey Repository

This repository is a technical survey of the GitHub SDK.

Overview

Requirements

  • Go 1.20 and later

Container image info

How to use

Execution on local machine

  1. Start the Dev Container
  2. Install the dependencies
    go mod tidy
    
  3. Build the application
    go build
    
  4. Execute the application
    ./tech-survs-github-sdk -o <owner> -r <repository>
    
    e.g.
    ./tech-survs-github-sdk -o octokit -r go-sdk