README
¶
/cmd
All applications for karpor
, including:
- Main application
karpor
, thekarpor-server
andkarpor-syncer
both start through it. - Cert generator
cert-generator
.
It's common to have a small main
function that imports and invokes the code from the /pkg
directories and nothing else.
Examples:
- https://github.com/vmware-tanzu/velero/tree/main/cmd (just a really small
main
function with everything else in packages) - https://github.com/moby/moby/tree/master/cmd
- https://github.com/prometheus/prometheus/tree/main/cmd
- https://github.com/influxdata/influxdb/tree/master/cmd
- https://github.com/kubernetes/kubernetes/tree/master/cmd
- https://github.com/dapr/dapr/tree/master/cmd
- https://github.com/ethereum/go-ethereum/tree/master/cmd
Click to show internal directories.
Click to hide internal directories.