Skip to content

jobchong/grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Limited Node implementation of grep

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published