Liking cljdoc? Tell your friends :D

auto-build.code.vcs

Version Control System.

Proxy to git.

Version Control System.

Proxy to [git](https://git-scm.com/book/en/v2).
raw docstring

clean-hardclj

(clean-hard printers app-dir verbose)

Returns a command to get the name of the current branch.

Returns a command to get the name of the current branch.
sourceraw docstring

clean-stateclj

(clean-state printers app-dir verbose)

Returns status to success if clean, dirty-state

Returns `status` to `success` if clean, `dirty-state`
sourceraw docstring

current-branchclj

(current-branch printers app-dir verbose)

Returns a map with :branch-name key

Returns a map with :branch-name key
sourceraw docstring

current-repo-urlclj

(current-repo-url printers app-dir verbose)

Command to return the current remote url

Command to return the current remote url
sourceraw docstring

current-tagclj

(current-tag printers app-dir verbose)

Returns a command to detect clean state

Returns a command to detect clean state
sourceraw docstring

find-git-repoclj

(find-git-repo dir)

Search a git repo in dir of its parent directories.

Search a git repo in `dir` of its parent directories.
sourceraw docstring

gh-run-viewclj

(gh-run-view printers app-dir verbose run-id)

Returns the view of run-id

Returns the view of run-id
sourceraw docstring

gh-run-wip?clj

(gh-run-wip? printers app-dir verbose)

Returns if the last workflow is in progress

Returns  if the last workflow is in progress
sourceraw docstring

git-setup-dirclj

(git-setup-dir repo-dir)

Returns the hidden .git directory of app in repo repo-dir

Returns the hidden `.git` directory of app in repo `repo-dir`
sourceraw docstring

latest-commit-messageclj

(latest-commit-message printers app-dir verbose)

Returns a map with :tag key.

Returns a map with :tag key.
sourceraw docstring

latest-commit-shaclj

(latest-commit-sha printers app-dir verbose)

Returns a map with :commit-sha key.

Returns a map with :commit-sha key.
sourceraw docstring

nothing-to-pushclj

(nothing-to-push printers app-dir verbose)

Returns status to success if nothing pushed, not-pushed

Returns `status` to `success` if nothing pushed, `not-pushed`
sourceraw docstring

push-tagclj

(push-tag printers app-dir verbose version force?)
source

spit-hookclj

(spit-hook printers app-dir hook-name content)

Spit the content in the hook called hook-name of app-dir repo.

Spit the `content` in the hook called `hook-name` of `app-dir` repo.
sourceraw docstring

switch-branchclj

(switch-branch printers app-dir verbose branch-name)

Switch to branch branch-name

Switch to branch `branch-name`
sourceraw docstring

switch-branch-backclj

(switch-branch-back printers app-dir verbose)

Returns to previous branch

Returns to previous branch
sourceraw docstring

tagclj

(tag printers app-dir verbose version tag-msg)

Creates a tag under name version and message tag-msg.

Creates a tag under name `version` and message `tag-msg`.
sourceraw docstring

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

× close