glob-pire
v1.1.52
Published
A wrapper for vampire that adds the ability to asynchronously iterate through files from a blob.
Downloads
1
Readme
Globpire
A utility for finding file usage in projects. Useful for cases when you have a lot of files that no-one is sure are even being used, just sick this puppy on your solution and wait for responses on items that are safe to delete.
How it works
Globpire combines the functionality of both vampire and glob to iterate over file systems to check for occurrences of a given string, similar to grep on *NIX systems.
Usage
globpire 'path/to/search' glob/to/find/**/*.js,another/glob/to/find/**/*.js
Contributing to this project
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.