pickfile

0.1.1 • Public • Published

Install

npm install --save pickfile

Usage

var pickfile = require('pickfile');

pickfile({
    dirs: ['/User/test/'],
    type: ['js', 'css'],
    exclude: ['node_module', '.git'],
    filter: function(file, content, next){

    },
    done: function(){
        console.log('all file done');
    }
});

Readme

Keywords

none

Package Sidebar

Install

npm i pickfile

Weekly Downloads

1

Version

0.1.1

License

ISC

Last publish

Collaborators

  • xiaocong.hxc