Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions install-octokit.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# PowerShell Script to Install Octokit.NET in the Current .NET Project
Write-Host "Installing Octokit.NET via dotnet CLI..."
dotnet add package Octokit
Write-Host "Octokit.NET package installation complete."
4 changes: 4 additions & 0 deletions install-octokit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
echo "Installing Octokit.NET via dotnet CLI..."
dotnet add package Octokit
echo "Octokit.NET package installation complete."
1 change: 1 addition & 0 deletions workstats
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[![.github/workflows/dotnet-desktop.yml](https://github.com/Apostles1/octokit.net/actions/workflows/dotnet-desktop.yml/badge.svg?event=project)](https://github.com/Apostles1/octokit.net/actions/workflows/dotnet-desktop.yml)