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
63recent downloads