mia-pi-git / ripgrep-pkg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 78.0%Language:JavaScript 22.0%