com-fs

0.1.7 • Public • Published

com-fs

basic io components for using with processor.js library

NPM version

Installing

npm install com-fs

using

var processor = require('processor'),
    create = processor.create;
// using
    require('com-fs');


// recursively walk and build file list
create('fs.walker raw', [/.*\.js/, '/src'])
    .listSync(function(path) {
        ...
    });
});

components

See documentation

Readme

Keywords

none

Package Sidebar

Install

npm i com-fs

Weekly Downloads

1

Version

0.1.7

License

MIT

Last publish

Collaborators

  • controls