Read files with headers log.
Read files with headers log.
(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`.
(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`
(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.
(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.
(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.
(project-config app-dir)
Returns the project configuration in app-dir
.
Returns the project configuration in `app-dir`.
(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.
(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.
(search-files root-dir filters)
(search-files root-dir filters options)
Search files in root-dir
Search files in `root-dir`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close