ignore-pipe

1.1.0 • Public • Published

ignore-pipe

ignore-pipe filters stdin to files that to do not match the patterns in $HOME/.gitignore.

Installation

$ npm install -g ignore-pipe

Example

$ find .
./module.py
./module.pyc
./tests/__init__.py
./node_modules/one/index.js
./node_modules/one/package.json
 
$ cat $HOME/.gitignore
*.pyc
node_modules
 
$ find . | ignore-pipe
./module.py
./tests/__init__.py

Package Sidebar

Install

npm i ignore-pipe

Weekly Downloads

1

Version

1.1.0

License

BSD

Last publish

Collaborators

  • beaugunderson