Liking cljdoc? Tell your friends :D

atomist.gitflows


commit-then-pushcljs

(commit-then-push project-callback commit-message)

project middleware for wrapping an project editor in a commit then push flow project-callback returns chan that will emit either :done or :failure

project middleware for wrapping an project editor in a commit then push flow
project-callback returns chan that will emit either :done or :failure
raw docstring

do-with-detached-headcljs

(do-with-detached-head project-callback token ref)

project middleware that does a shallow clone of the ref in a tmp directory to a specific sha returns chan that will emit the value returned by the async project-callback or close if there's a failure

project middleware that does a shallow clone of the ref in a tmp directory to a specific sha
returns chan that will emit the value returned by the async project-callback or close if there's a failure
raw docstring

do-with-filescljs

(do-with-files file-callback & patterns)

middleware for project handling - wrap project-callback in file iterator project-callback returns chan which emits vector of callback returns

middleware for project handling - wrap project-callback in file iterator
project-callback returns chan which emits vector of callback returns
raw docstring

do-with-shallow-cloned-projectcljs

(do-with-shallow-cloned-project project-callback token ref)

project middleware that does a shallow clone of the ref in a tmp directory returns chan that will emit the value returned by the async project-callback or close if there's a failure

project middleware that does a shallow clone of the ref in a tmp directory
returns chan that will emit the value returned by the async project-callback or close if there's a failure
raw docstring

next-tag-from-show-ref-tagscljs

(next-tag-from-show-ref-tags stdout)

next-versioncljs

(next-version last-tag)

run-flowcljs

(run-flow context ops)

Run a bunch of git ops in a row, and bail on first error

Run a bunch of git ops in a row, and bail on first error
raw docstring

with-commit-on-branchcljs

(with-commit-on-branch project-callback {:keys [message]})

with-prcljs

(with-pr project-callback {:keys [branch target-branch body title labels]})

with-tagcljs

(with-tag handler k)

working-dir-clean?cljs

(working-dir-clean? p)

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

× close