Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.28 KB

readme.md

File metadata and controls

48 lines (32 loc) · 1.28 KB

Job Application Tracker

Description
Do you have no idea of how much job you have applied ? .Then this Job Application Tracker can help you out. Here you can keep track of all the job application that you have applied for.

Who can use it ?

If you are in love with your terminal then this application is only made for you .

List of Commands

Command for adding a new job

node app.js add --company='company_name' --post='post_name' --jobId='job_id'

alt text

Command for reading existing job in the database

node app.js read --company='company_name'

alt text

Command for reading the status of the job

node app.js update ---company='company_name' post='post_name' --status='updated_status'

alt text

Command for listing all the jobs along with their status

node app.js list 

alt text


Packages Used :

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.