AshleyDhevalall / Octokit.Console

.NET Core console wrapper for OctoKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octokit.Console

Lightweight .NET Core console wrapper for Octokit.

Prerequisites

GitHub
Token authentication requirements
.NET Core 5.0 SDK

Usage

1. Clone repository

git clone https://github.com/AshleyDhevalall/Octokit.Console

2. Building the project

  • Navigate to cloned repository folder
  • Run the build.ps1 file
dotnet restore

3. Running the application

  • Get repositories
Octokit.Console.exe --action repositories --token <some token> --output-path C:\Test
  • Get projects
Octokit.Console.exe --action projects --token <some token> --output-path C:\Test
  • Get artifacts in repository
Octokit.Console.exe --action artifacts --token <some token> --repository <some-repository> --output-path C:\Test

Authors

Ashley Dhevalall

Acknowledgements

GitHub Docs
Matthew Langlois
Itay Sagui

About

.NET Core console wrapper for OctoKit.


Languages

Language:C# 100.0%