Skip to content

AshleyDhevalall/Octokit.Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages