Liking cljdoc? Tell your friends :D

auto-build.os.cli-opts

Parse cli options.

Proxy to tools.cli

Parse cli options.

Proxy to [tools.cli](https://github.com/clojure/tools.cli)
raw docstring

auto-build.os.cmd

Execute an external command, called cmd.

cmd are made of a vector of strings like ["ls" "-la"]

There are many flavors to execute this command, the generic one made of create-process, wait-for, ... and the helpers to simplify some typical use cases.

All functions deal with a process, a map describing the command execution and then enriched as the process is going on.

Execute an external command, called **cmd**.

`cmd` are made of a vector of strings like `["ls" "-la"]`

There are many flavors to execute this command, the generic one made of `create-process`, `wait-for`, ... and the helpers to simplify some typical use cases.

All functions deal with a **process**, a map describing the command execution and then enriched as the process is going on.
raw docstring

auto-build.os.edn-utils

Read an edn file.

Read an edn file.
raw docstring

auto-build.os.edn-utils.impl.reader

Read an implementation edn.

Note: Is apart from write as write needs formatting and formatting needs to read zprintrc.

Read an implementation edn.

Note: Is apart from write as write needs formatting and formatting needs to read zprintrc.
raw docstring

auto-build.os.filename

Manipulate file names (is not influenced at all by your local configuration).

Manipulate file names (is not influenced at all by your local configuration).
raw docstring

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

× close