ripgrep-pkg
v0.4.2
Published
An install wrapper/API around the ripgrep command line tool
Readme
ripgrep-pkg
This makes it easy to npm install ripgrep (installs a binary) and then offers an easy API surface.
Install with npm install ripgrep-pkg.
Usage
import {ripgrep} from 'ripgrep-pkg';
ripgrep(opts)ripgrep is the main API surface, returning a stream that handles output from the CLI.
Usable options: see the opts file.
