ns11 / learn-cicd-starter

The starter code for the "Learn CICD" course on Boot.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributing

🤝 Contributing

code coverage badge

🤝 Contributing

Clone the repo

git clone https://github.com/xyz/zipzod@latest
cd zipzod

Build the project

go build

Run the project

./zipzod -i ./input -o ./output.zip

Run the tests

go test ./...

Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the main branch.

About

The starter code for the "Learn CICD" course on Boot.dev


Languages

Language:Go 57.0%Language:HTML 40.9%Language:Shell 1.1%Language:Dockerfile 1.0%