DirWalker lazily traverses one or more directory trees, depth first, returning successive file names. Provides both a `next()` and a Stream-based API. Directory names may optionally be returned. The File.Stat structure associated with the file name may also optionally be returned.
Current section
3 Dependants
Jump to
Current section
3 Dependants
Packages depending on dir_walker
3 packages-
Duplicate Code Finder allows you to search for similar code blocks inside your project. ## Usage ```elixir iex -S mix DuplicateCodeFinder.show_similar(["lib", "config", "web"]) ```
Updated about 9 years ago
286recent downloads -
Duplex allows you to search for similar code blocks inside your project. ## Usage ```elixir iex -S mix Duplex.show_similar(["lib", "config", "web"]) ```
Updated about 9 years ago
22recent downloads -
A small OTP application to extract media file's metadata using exiftool
Updated about 6 years ago
21recent downloads