nodegrep

async grep command

Usage no npm install needed!

<script type="module">
  import nodegrep from 'https://cdn.skypack.dev/nodegrep';
</script>

README

Async Grep

Useful node bindings to allow for multiple files to be "greped" simultaneously.

Install

npm install nodegrep

Usage

nodegrep <pattern> <file> <file> ...

nodegrep command package.json
package.json:4	  "description": "async grep command",