medicfp-job

1.0.0 • Public • Published

Command line interface to apply for a job at MedicFP LLC

Installation

npm install --global medicfp-job

List jobs

Example:

medicfp-job list

View job posting

Example:

medicfp-job view 1

Apply for a job

jobId

Identifier of a job that you are applying for from list command

firstName

First name (required)

lastName

Last name (required)

middleName

Middle name or middle name initial (optional)

email

Email that can be used to contact you (required, and no we wont subscribe you to any mailing lists)

resume

Path to your resume on your drive, any format will be accepted

Example:

medicfp-job apply \
    --jobId=1 \
    --firstName=John \
    --lastName=Doe \
    --middleName=A \
    --email=foo\@example.com \
    --resume=/path/to/file.pdf

Package Sidebar

Install

npm i medicfp-job

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • winfinit