Liking cljdoc? Tell your friends :D
Clojure only.

fr.jeremyschoffen.mbt.alpha.core.cleaning

File cleaning api.

File cleaning api.
      
raw docstring

clean!clj

(clean! {t :fr.jeremyschoffen.mbt.alpha.cleaning/target :as param})

Delete a file or directory at the path specified by the key :cleaning/target. The target can't be the project directory specified by the key :project/working-dir and must be inside it. You can still delete anything inside your project dir with this function, src dir included.

Returns the cleaning target.

Delete a file or directory at the path specified by the key `:cleaning/target`. The target can't be the project
directory specified by the key `:project/working-dir` and must be inside it. You can still delete anything inside
your project dir with this function, src dir included.

Returns the cleaning target.
sourceraw docstring

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

× close