Liking cljdoc? Tell your friends :D

leiningen.licenses

Leiningen tasks related to dependency licenses.

Leiningen tasks related to dependency licenses.
raw docstring

dep-and-licensesclj

(dep-and-licenses dep licenses)
source

lein-deps->lib-mapclj

(lein-deps->lib-map exclusions dependencies)
source

licensesclj

(licenses project)
(licenses project out-format)

Lists all licenses used transitively by the project.

project -- Leiningen project map format -- output format, one of :summary, :detailed, :edn. If omitted 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).

Lists all licenses used transitively by the project.

project   -- Leiningen project map
format    -- output format, one of :summary, :detailed, :edn. If omitted 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

prep-projectclj

(prep-project {:keys [dependencies local-repo repositories exclusions
                      managed-dependencies]})

Prepares the project and returns the lib-map for it.

Prepares the project and returns the lib-map for it.
sourceraw docstring

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

× close