Adapter to build_config.edn
Adapter to `build_config.edn`
(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.
(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 itScan 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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close