Skip to content

GREENFONTS/RepoHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RepoHelper

A CLI tool that utilizes Github Ouath flow and Octokit Pakage 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

Note

This CLI tool works on only windows OS and must have .NET installed already in the PC.