Skip to content
/ hulkgo Public

Hulk is a tool written in Go to make bulk changes in Git repos.

Notifications You must be signed in to change notification settings

twopelu/hulkgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hulk CLI

Hulk is a tool written in Go to make bulk changes in BitBucket repos.

Dependencies

BitBucket API lib: https://pkg.go.dev/github.com/ktrysmt/go-bitbucket

BitBucket API docs: https://developer.atlassian.com/bitbucket/api/2/reference

Installation

  1. Move to lib folder and execute go build
  2. Move to cli folder and execute go build
  3. Move to gui folder and execute go build
  4. In the root folder execute go install
  5. Execute hulk to check it works

go run main.py

go test (TODO)

go build

Usage

hulk <user> <pass> <owner>

ie. hulk [email protected] 1234 me

About

Hulk is a tool written in Go to make bulk changes in Git repos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages