Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 744 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 744 Bytes

clj-file-traversal

Development

Test

lein test

Build documentation

lein codox
# Or
lein doc

Build

lein uberjar

Deploy to Clojars repository

lein deploy clojars

TODO

  1. Codox to generate also documentation for private functions.
  2. Codox: document map content once, for many functions and linking to that (like @see in JavaDocs)
  3. Directory handler function.
  4. Pass map with callback functions, filtering options.
  5. Creation time getting and adding to handling map. Path filePath = Paths.get(fileName); BasicFileAttributes fileAttributes = Files.readAttributes(filePath, BasicFileAttributes.class); fileAttributes.creationTime()