The lein inline-deps task: reads MrAnderson options off the CLI and the
project map and calls into mranderson.core. Just a Leiningen wrapper; the
engine runs fine without it via mranderson.core/inline-deps.
The `lein inline-deps` task: reads MrAnderson options off the CLI and the project map and calls into `mranderson.core`. Just a Leiningen wrapper; the engine runs fine without it via `mranderson.core/inline-deps`.
(inline-deps {:keys [repositories dependencies target-path] :as project} & args)Inline and shadow dependencies so they can not interfere with other libraries' dependencies.
Options may be given on the command line (:key val) or under :mranderson
in the project map; the command line wins.
Available options:
:project-prefix string Project prefix to use when shadowing (default: mranderson{rnd}) :skip-javaclass-repackage boolean If true Jar Jar Links won't be used to repackage java classes :prefix-exclusions list List of prefixes that should not be processed in imports :unresolved-tree boolean Enforces unresolved tree mode :overrides map Dependency overrides, unresolved-tree mode only :expositions list Transitive deps exposed to the project's own sources, unresolved-tree mode only :watermark keyword Metadata key added to inlined namespaces (default: :mranderson/inlined; nil to disable)
Inline and shadow dependencies so they can not interfere with other libraries' dependencies.
Options may be given on the command line (`:key val`) or under `:mranderson`
in the project map; the command line wins.
Available options:
:project-prefix string Project prefix to use when shadowing (default: mranderson{rnd})
:skip-javaclass-repackage boolean If true Jar Jar Links won't be used to repackage java classes
:prefix-exclusions list List of prefixes that should not be processed in imports
:unresolved-tree boolean Enforces unresolved tree mode
:overrides map Dependency overrides, unresolved-tree mode only
:expositions list Transitive deps exposed to the project's own sources, unresolved-tree mode only
:watermark keyword Metadata key added to inlined namespaces (default: :mranderson/inlined; nil to disable)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |