Liking cljdoc? Tell your friends :D

automaton-core.app.build-config

Adapter to build_config.edn

Adapter to `build_config.edn`
raw docstring

build-config-filenameclj


load-build-configclj

(load-build-config app-dir)

Load the build_config.edn file Params:

  • app-dir the root of the app where the build_config.edn can be found.
Load the `build_config.edn` file
Params:
* `app-dir` the root of the app where the build_config.edn can be found.
raw docstring

search-for-build-configsclj

(search-for-build-configs root-dir)

Scan the directory to find build-config files, starting in the current directory Useful to discover applications Search in the local directory, useful for application repo and in subdir, useful for monorepo

It is important not to search everywehere in the paths as tmp directories may contains unwanted build_config.edn files

Params:

  • root-dir Returns the list of directories with build_config.edn in it
Scan the directory to find build-config files, starting in the current directory
Useful to discover applications
Search in the local directory, useful for application repo
and in subdir, useful for monorepo

It is important not to search everywehere in the paths as `tmp` directories may contains unwanted `build_config.edn` files

Params:
* `root-dir`
Returns the list of directories with `build_config.edn` in it
raw docstring

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

× close