Skip to content

Add Makefile for quick actions #2

@mathieusouflis

Description

@mathieusouflis

Problem statement

Some commands take times to write

Proposed solution

Shortcut using Makefile.

  • Setup "fmt" for go fmt
  • Setup "lint" for golangci-lint
  • Setup "build"
  • Setup "scaffold" to execute the binary created after build
  • Setup "help" command
  • Update documentation files related to cli library used

Alternatives considered

No response

Area

Other

Additional context

No response

Metadata

Metadata

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions