octokit.net

(β˜… 2,857)

A GitHub API client library for .NET

  • .gitattributes
  • .gitignore
  • build.ps1
  • build.sh
  • CODE_OF_CONDUCT.md
  • codecov.yml
  • CONTRIBUTING.md
  • CustomDictionary.xml
  • DEPLOYMENT.md
  • Directory.Build.props
  • Directory.Build.targets
  • GitVersion.yml
  • key.snk
  • LICENSE.txt
  • mkdocs.yml
  • NuGet.config
  • octokit-dotnet_2.png
  • Octokit.ruleset
  • Octokit.sln
  • Octokit.sln.DotSettings
  • Octokit.vssettings
  • OVERVIEW.md
  • README.md
  • SECURITY.md

# Installation Guide

1. Get the code
git clone https://github.com/octokit/octokit.net

Downloads the entire project code from GitHub to your computer.

cd octokit.net

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
* [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) or greater

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation