Liking cljdoc? Tell your friends :D

automaton-build.tasks.impl.headers.files

Read files with headers log.

Read files with headers log.
raw docstring

copy-filesclj

(copy-files src-dir dst-dir filters verbose options)

Copy files from src-dir to dst-dir applying the filters.

Copy files from `src-dir` to `dst-dir` applying the `filters`.
raw docstring

(create-sym-link path target base-dir)

Creates a sym link called target toward path.

The link will be stored relatively to base-dir

Creates a sym link called `target` toward `path`.

The link will be stored relatively to `base-dir`
raw docstring

invalid-project-name-messageclj

(invalid-project-name-message monorepo-project-map)

Print the error message to tell the specified project was wrong.

Print the error message to tell the specified project was wrong.
raw docstring

(print-edn-errors {:keys [raw-content] :as file-desc})

Print errors for an edn file not being loaded.

Returns true if an error is found.

Print errors for an edn file not being loaded.

Returns true if an error is found.
raw docstring

(print-file-errors {:keys [invalid? filename exception] :as _file-desc})

Print errors for a text file not being loaded.

Returns true if an error is found.

Print errors for a text file not being loaded.

Returns true if an error is found.
raw docstring

project-configclj

(project-config app-dir)

Returns the project configuration in app-dir.

Returns the project configuration in `app-dir`.
raw docstring

read-edn-fileclj

(read-edn-file filename)

Read an edn file and prints error if it is not loaded properly.

Read an edn file and prints error if it is not loaded properly.
raw docstring

read-fileclj

(read-file filename)

Read a file and prints error if it is not loaded properly.

Read a file and prints error if it is not loaded properly.
raw docstring

search-filesclj

(search-files root-dir filters)
(search-files root-dir filters options)

Search files in root-dir

Search files in `root-dir`
raw docstring

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

× close