Skip to content

Latest commit

 

History

History
60 lines (55 loc) · 4.97 KB

README.md

File metadata and controls

60 lines (55 loc) · 4.97 KB

golang-cli-template

CI Docker pulls Go Report Card Quality Gate Status Maintainability Rating Reliability Rating Security Rating Coverage Release Go version pre-commit License

Required Steps

  • Single command is mostly enough to prepare project, it will prompt you with some questions about your new project:
    $ make -s prepare-initial-project

Additional nice-to-have steps

Used Libraries

Development

This project requires below tools while developing:

After you installed pre-commit, simply run below command to prepare your development environment:

$ make pre-commit-setup