Liking cljdoc? Tell your friends :D

monkey.ci.utils


->base64clj

(->base64 s)
source

->seqclj

(->seq x)

Converts x into a sequential

Converts `x` into a sequential
sourceraw docstring

abs-pathclj

(abs-path p)
(abs-path a b)

If b is a relative path, will combine it with a, otherwise will just return b.

If `b` is a relative path, will combine it with `a`, otherwise
will just return `b`.
sourceraw docstring

add-shutdown-hook!clj

(add-shutdown-hook! h)

Executes h when the JVM shuts down. Returns the thread that will execute the hook.

Executes `h` when the JVM shuts down.  Returns the thread that will
execute the hook.
sourceraw docstring

combineclj

(combine a b)

Returns the canonical path of combining a and b

Returns the canonical path of combining `a` and `b`
sourceraw docstring

cwdclj

(cwd)

Returns current directory

Returns current directory
sourceraw docstring

deep-mergeclj

source

delete-dirclj

(delete-dir dir)

Deletes directory recursively

Deletes directory recursively
sourceraw docstring

fn-nameclj

(fn-name x)

If x points to a fn, returns its name without namespace

If x points to a fn, returns its name without namespace
sourceraw docstring

load-privkeyclj

(load-privkey f)

Load private key from file or from string

Load private key from file or from string
sourceraw docstring

new-build-idclj

(new-build-id)
source

nowclj

(now)
source

parse-ednclj

(parse-edn r & [opts])

Parses edn from the reader

Parses edn from the reader
sourceraw docstring

parse-edn-strclj

(parse-edn-str s)
source

parse-sidclj

(parse-sid s)
source

prop-predclj

(prop-pred p v)

Returns a fn that is a predicate to match property p with value v

Returns a fn that is a predicate to match property `p` with value `v`
sourceraw docstring

prune-treeclj

(prune-tree t)
source

rebase-pathclj

(rebase-path p from to)

Given two absolute paths, recalculates p so that it becomes relative to to instead of from.

Given two absolute paths, recalculates p so that it becomes relative to `to` instead
of `from`.
sourceraw docstring

serialize-sidclj

source

sid->repo-sidclj

(sid->repo-sid s)
source

stack-traceclj

(stack-trace ex)

Prints stack trace to a string

Prints stack trace to a string
sourceraw docstring

tmp-dirclj

(tmp-dir)
source

tmp-fileclj

(tmp-file name)
(tmp-file prefix suffix)

Generates a new temporary path

Generates a new temporary path
sourceraw docstring

try-slurpclj

(try-slurp x)

Reads the file if it exists, or just returns x

Reads the file if it exists, or just returns x
sourceraw docstring

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

× close