Repo-Cli 1.1.1

dotnet tool install --global Repo-Cli --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Repo-Cli --version 1.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Repo-Cli&version=1.1.1
nuke :add-package Repo-Cli --version 1.1.1

RepoHelper

A CLI tool that utilizes Github Oauth flow and Octokit Package to allow users to perform 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-Cli --version 1.1.1

To run the tool on any terminal: repocli

Technologies Used

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos 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.

This package has no dependencies.

Version Downloads Last updated
1.1.1 438 6/30/2022
1.1.0 385 6/30/2022
1.0.0 377 6/30/2022