Repo-Helper 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Repo-Helper --version 1.0.0
NuGet\Install-Package Repo-Helper -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Repo-Helper" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Repo-Helper --version 1.0.0
#r "nuget: Repo-Helper, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Repo-Helper as a Cake Addin
#addin nuget:?package=Repo-Helper&version=1.0.0

// Install Repo-Helper as a Cake Tool
#tool nuget:?package=Repo-Helper&version=1.0.0

RepoHelper

A CLI tool that utilizes Github Ouath flow and Octokit Package to allow users person some Github actions such as creating, deleting Repos, creating issues, and viewing the list of Repos owned by the user.

The commands available in the tool:

  • getRepos -- lists all the public repos of the user
  • createRepo {repoName} -- creates a new repo for the user with the inputted repoName
  • delRepo {repoName} -- deletes a public repo for the user with the inputted repoName
  • getUserUrl -- gets the user's github URL
  • repoCloneUrl {repoName} -- gets the user's public repo clone url for the inputted repoName
  • createIssue {repoName} -- creates and issue on the public repo of the user with the inputted repoName

The tool is published via .Net Package Installer - Nuget

To install the tool globally, Dotnet CLI will be used:

dotnet tool install --global Repo-Helper --version 1.0.0

To run the tool on any terminal: Repo-Helper

Technologies Used

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated