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);
});
icount
Get the number of files in the given directory
npm install icount -g
icount .
var counter = require('icount');
counter(process.cwd(), function (err, count) {
console.log(count);
});
npm i icount
0
0.0.1
MIT
1.85 kB
4