Node.js Project that given query and directory try to find all matches for this query inside the directory (recursively)
Run 'npm install' command in your console
"./app.js -q=query [-d=depth] [-p=path]" (e.g. node ./app.js -q=".js")
http://code.tutsplus.com/tutorials/testing-in-nodejs--net-35018