Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 485 Bytes

File metadata and controls

27 lines (16 loc) · 485 Bytes

How to contribute to Air Quality CLI

Thank you for considering contributing to Air Quality CLI!

Submitting Updates

Include the following in your patch:

  • use go fmt to format your code to remove/reduce any inconsistencies.
  • Update README.md about new changes if it affects the sub-commands.

First time setup

  • Clone the repo locally.
git clone https://github.com/yankeexe/air-quality-cli
  • Install modules
go mod tidy

Start coding 🚀