Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 644 Bytes

File metadata and controls

23 lines (14 loc) · 644 Bytes

Install

Thank you for interest in our project. We appreciate the time you took for contributing. Follow the steps to get started.

Steps for setup

  • 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.