(diff-detector project & args)
Leiningen plugin to detect changes in critical namespaces.
Usage: lein diff-detector # Basic usage lein diff-detector --summary # With summary lein diff-detector --base main --target feature-branch # Specific commits lein diff-detector --help # Show help
Configuration in project.clj: :diff-detector {:namespaces ["my-app.security.*" "my-app.payment.core"]}
Environment variables: DIFF_DETECTOR_BASE - Default base commit (fallback: origin/main) DIFF_DETECTOR_TARGET - Default target commit (fallback: HEAD)
Leiningen plugin to detect changes in critical namespaces. Usage: lein diff-detector # Basic usage lein diff-detector --summary # With summary lein diff-detector --base main --target feature-branch # Specific commits lein diff-detector --help # Show help Configuration in project.clj: :diff-detector {:namespaces ["my-app.security.*" "my-app.payment.core"]} Environment variables: DIFF_DETECTOR_BASE - Default base commit (fallback: origin/main) DIFF_DETECTOR_TARGET - Default target commit (fallback: HEAD)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close