13.0.0 • Published 3 years ago

ripgrep-bin v13.0.0

Weekly downloads
709
License
MIT
Repository
github
Last release
3 years ago

Ripgrep-bin

About

This is a simple wrapper around ripgrep that allows for use in node. All credit for the tool goes to: https://github.com/BurntSushi/ripgrep.

Use

const execFile = require('child_process').execFile;
const ripgrep = require('ripgrep-bin');

execFile(ripgrep, ['hello'], (err, stdout) => {
  if (err) throw err;
  console.log(stdout);
});
13.0.0

3 years ago

12.0.1

3 years ago

11.0.1

5 years ago

0.10.0

5 years ago

0.9.0

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago