Liking cljdoc? Tell your friends :D
Clojure only.

leiningen.check-asf-policy


check-asf-policyclj

(check-asf-policy project)
(check-asf-policy project out-format)

Checks your project's dependencies against the ASF's 3rd party license policy (https://www.apache.org/legal/resolved.html).

format -- opt: output format, one of :summary, :detailed, :edn (defaults to :summary)

Note: has the side effect of 'prepping' your project with its transitive dependencies (i.e. downloading them if they haven't already been downloaded).

Checks your project's dependencies against the ASF's 3rd party license policy (https://www.apache.org/legal/resolved.html).

format  -- opt: output format, one of :summary, :detailed, :edn (defaults to :summary)

Note: has the side effect of 'prepping' your project with its transitive dependencies (i.e. downloading them if they haven't already been downloaded).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close