Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 457 Bytes

Grep in NodeJS

Prerequisites

NodeJS

Usage

node grep.js ?searchString ?workingDirectory

Optional arguments

  • searchString: Default value is TODO. Specifying a search string will override this value.
  • workingDirectory: Default value is process.cwd(), wherever you're running node grep.js. Specifying a directory will override this value.

Tests

npm test

Module documentation

npm run-script doc