Liking cljdoc? Tell your friends :D

cljstyle.task.process

Code for discovering and processing source files.

Code for discovering and processing source files.
raw docstring

process-files!clj

(process-files! f paths)

Walk source files and apply the processing function to each.

Walk source files and apply the processing function to each.
sourceraw docstring

walk-files!clj

(walk-files! process! config+paths)

Recursively process source files starting from the given paths. Blocks until all tasks complete and returns the result map, or throws an exception if the wait times out.

Recursively process source files starting from the given `paths`. Blocks
until all tasks complete and returns the result map, or throws an exception
if the wait times out.
sourceraw docstring

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

× close