Liking cljdoc? Tell your friends :D

nsfw.env

Shell environment helpers.

Shell environment helpers.
raw docstring

*env*clj

source

boolclj

(bool sym)
source

clj->envclj

(clj->env sym-or-str)
source

envclj

(env sym)

Retrieve environment variables by clojure keyword style. ex. (env :user) ;=> "zk" Returns nil if environment variable not set.

Retrieve environment variables by clojure keyword style.
ex. (env :user) ;=> "zk"
Returns nil if environment variable not set.
sourceraw docstring

intclj

(int sym)

Retrieve and parse int env var.

Retrieve and parse int env var.
sourceraw docstring

strclj

(str sym)

Retrieve and parse string env var.

Retrieve and parse string env var.
sourceraw docstring

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

× close