1.0.0 • Published 8 years ago

medicfp-job v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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