A Node Module for finding files by attributes. Originally developed to find files modified since a particular date.
Uses an eventemitter model so the results can start streaming back as soon as they are found.
15
stars
7
forks
source link
rename node_find_files to something Pascal cased #1
In the example, you have a variable named node_find_files .
That is a constructor, by an unspoken convention, all constructors in JS should be Pascal cased. So something like FindFiles would make more sense.
In the example, you have a variable named node_find_files . That is a constructor, by an unspoken convention, all constructors in JS should be Pascal cased. So something like FindFiles would make more sense.