Welcome to the NodeCommand repositorie. This repositories is for educational purpose only. The code developped is based on the demand that you can see here : instructions
Please run the following command before trying anything :
npm install
You have two functions available :
node app.js --filter=argument to choose
that will display a list of animals based on the argument you will provide.
and
node app.js --count
That will display a list of People and Animals by counting the number of children in the name's
Using jest to test you can run the command :
npm test to run the available test