automaton-build.tasks.impl.headers.files
Read files with headers log.
copy-files
(copy-files src-dir dst-dir filters verbose options)
Copy files from src-dir
to dst-dir
applying the filters
.
create-sym-link
(create-sym-link path target base-dir)
Creates a sym link called target
toward path
.
The link will be stored relatively to base-dir
invalid-project-name-message
(invalid-project-name-message monorepo-project-map)
Print the error message to tell the specified project was wrong.
print-edn-errors
(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-file-errors
(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.
project-config
(project-config app-dir)
Returns the project configuration in app-dir
.
read-edn-file
(read-edn-file filename)
Read an edn file and prints error if it is not loaded properly.
read-file
(read-file filename)
Read a file and prints error if it is not loaded properly.
search-files
(search-files root-dir filters)
(search-files root-dir filters options)
Search files in root-dir