This is a simple node js cli app that uses yargs to manage cmd args
The Project is a simple node js app that takes data from command line using yargs to manage data and stores that in a local data.json . You can have a look on this repo if want to understand how yargs and file system object works .
If it gives error try - $npm i (This is install all modules given in package.json) .