You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

files-filters

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-filters

Functions for fantastically fast file filtering, and more things that start with 'f'.

0.1.0
Source
npm
Version published
Weekly downloads
5
-54.55%
Maintainers
1
Weekly downloads
 
Created
Source

files-filters NPM version

Functions for fantastically fast file filtering, and more things that start with 'f'.

Install

Install with npm

npm i files-filters --save

Run tests

npm test

Usage

var filter = require('files-filters');
var files = require('filter-files');

var exclude = filters.exclude(/node_modules/);
var include = filters.include(/jscomments/, 'dirname');

console.log(files.sync('node_modules', [exclude, include]));
//=> try it and see ;)

WIP, for now take a look at the examples to see how these work.

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license

This file was generated by verb-cli on October 30, 2014.

Keywords

ext

FAQs

Package last updated on 30 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts