If you are in love with your terminal then this application is only made for you .
Command for adding a new job
node app.js add --company='company_name' --post='post_name' --jobId='job_id'
Command for reading existing job in the database
node app.js read --company='company_name'
Command for reading the status of the job
node app.js update ---company='company_name' post='post_name' --status='updated_status'
Command for listing all the jobs along with their status
node app.js list
Yargs : Yargs module is used for creating your own command-line commands in node.js and helps in generating an elegant user interface. This module makes command-line arguments flexible and easy to use.
Chalk : Yargs command are decorated with the help of chalk module.