Abhishek-Dobliyal / Deploy-Drop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Go 100.0%