Skip to content

bilalcaliskan/golang-cli-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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