file-count

1.0.1 • Public • Published

file-count

Get the number of files in the given directory

Install

CLI

npm install file-count -g
$ file-count .

API

npm install file-count --save
var fileCount = require('file-count');
 
fileCount(process.cwd(), function (err, count) {
  
  console.log(count);
});
 

Readme

Keywords

Package Sidebar

Install

npm i file-count

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • scottcorgan