Skip to content

A command-line utility to remove all deployments from a (inactive) github repository.

Notifications You must be signed in to change notification settings

Abhishek-Dobliyal/Deploy-Drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy-Drop

A command-line utility to remove all deployments from a (inactive) github repository.

Installation & Dependencies

Usage

  • Navigate to the project directory via Terminal/ Powershell and type in:
go mod tidy
  • Once completed, run the main.go file by typing:
go run main.go
  • To create an executable, type in:
go build

If you are new to GoLang and want to implement this project from scratch, It is highly recommended to read through this article.

Note

  • Kindly do not move, delete, rename or modify any files (unless you know what you are doing).
  • Feel free to make enhancements and raise a PR.

About

A command-line utility to remove all deployments from a (inactive) github repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages