icount
v0.0.1
Published
Count the files and directories
Maintainers
Readme
icount
Get the number of files in the given directory
Usage
npm install icount -g
icount .var counter = require('icount');
counter(process.cwd(), function (err, count) {
console.log(count);
});
