Thank you for interest in our project. We appreciate the time you took for contributing. Follow the steps to get started.
-
Fork the repo from here
-
Clone the forked repo by git:
git clone https://github.com/<username>/bare <folder-name>or by gh :gh repo clone <username>/bare <folder-name> -
Change directory to your local copy:
cd <folder-name> -
go mod tidy(Optional, if shell errors out) -
Build the tool using make:
make build
Now you will have your tool in bin folder, you can try it out following Readme.md.