Skip to content

Latest commit

 

History

History

hack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Guance Community hack GuideLines

What is this?

The hack directory contains scripts used to build, test, package, and release this project.

Many Kubernetes projects use this pattern. We use it in Guance Cloud to ensure that all contributors use the same build and release process.

How to use it?

make will call the mage step to complete the workflow. Follow commands is supported.

Package main includes the Makefile of Iacker.

Targets:
  dev:d2         build svg from d2 files
  dev:fmt        format the code
  dev:install    install the binary into local environment
  dev:lint       lint the code

References