Skip to content

supersimple/snoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snoop

Snoop is all about trees. Specfically, given a path on your file system, Snoop will return the directory tree including all files.

Configuration

Snoop defaults to a maximum depth of 5 levels. If you wish to change that, add this to your config:

config :snoop, max_depth: 13

Installation

The package can be installed by adding snoop to your list of dependencies in mix.exs:

def deps do
  [
    {:snoop, "~> 0.1.0"}
  ]
end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages