icount

0.0.1 • Public • Published

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);
});

Package Sidebar

Install

npm i icount

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

1.85 kB

Total Files

4

Last publish

Collaborators

  • scriptpower