Problem Statement
A CLI tool that performs all the necessary CI tasks for a go project
Features
> Compiles the code to the binary
> Runs unit tests
> Formats the source code according to the standard go formatter.
> Pushes commits to the remote git repository of the project.
Tech Stack
Golang
Source Code

You may also like

Back to Top