Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 347 Bytes

File metadata and controls

16 lines (11 loc) · 347 Bytes

Command-line interface in Node.js to filter a list of elements containing a pattern

  • How it's work?

Clone this repo and run the following commands:

Filter data containing pattern

node app.js --filter=YOUR_PATTERN

Or count People and Animals by adding the count of children in the name

node app.js --count