auto-build.project.deps
read
(read printers app-dir)Returns a map with * :filepath * :afilepath * :raw-content if file can be read. * :invalid? is boolean * :exception if something wrong happened. * :edn if the translation is succesful.
write-edn
(write-edn printers app-dir content)Returns * :filepath as given as a parameter * :afilepath file with absolute path * :status is :success or :fail * :raw-content * :exception (only if :status is :fail)