/golang-cli-template

Primary LanguageGoApache License 2.0Apache-2.0

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