Liking cljdoc? Tell your friends :D

automaton-build.tasks.deps-version

Task for managing outdated dependencies

Task for managing outdated dependencies
raw docstring

cli-optsclj


outdated-deps-reportclj

(outdated-deps-report app-dir excluded-deps)

Returns map with :status :done if there is no outdated-deps. :status :found and :deps when there are outdated dependencies :status :error when there was some problem

Returns map with
:status :done if there is no outdated-deps.
:status :found and :deps when there are outdated dependencies
:status :error when there was some problem
raw docstring

outdated-maven-reportclj

(outdated-maven-report app-dir)

Returns outdated maven deps for app-dir, if all deps are up-to-date returns nil, otherwise returns map with :error

Returns outdated maven deps for `app-dir`, if all deps are up-to-date returns nil, otherwise returns map with :error
raw docstring

outdated-npm-reportclj

(outdated-npm-report app-dir)

Returns outdated npm deps for app-dir, if all deps are up-to-date returns nil, otherwise returns map with :error

Returns outdated npm deps for `app-dir`, if all deps are up-to-date returns nil, otherwise returns map with :error
raw docstring

runclj

(run)

Start task for a single project

Start task for a single project
raw docstring

run*clj

(run* {:keys [app-name app-dir project-config-filedesc]})

Update dependencies core logic

Update dependencies core logic
raw docstring

run-monorepoclj

(run-monorepo)

Start task for all projects in monorepo

Start task for all projects in monorepo
raw docstring

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

× close