/$$ /$$ /$$ /$$ /$$
| $$ | $$|__/ | $$ |__/
/$$$$$$/$$$$ /$$$$$$ /$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ | $$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$$$$$ /$$$$$$$
| $$_ $$_ $$ /$$__ $$ |__/ /$$__ $$| $$__ $$ /$$$$$$|____ $$ /$$__ $$ /$$__ $$| $$| $$ /$$_____/ |____ $$|_ $$_/ | $$ /$$__ $$| $$__ $$
| $$ \ $$ \ $$| $$$$$$$$ /$$| $$ \ $$| $$ \ $$|______/ /$$$$$$$| $$ \ $$| $$ \ $$| $$| $$| $$ /$$$$$$$ | $$ | $$| $$ \ $$| $$ \ $$
| $$ | $$ | $$| $$_____/ | $$| $$ | $$| $$ | $$ /$$__ $$| $$ | $$| $$ | $$| $$| $$| $$ /$$__ $$ | $$ /$$| $$| $$ | $$| $$ | $$
| $$ | $$ | $$| $$$$$$$ /$$| $$| $$$$$$/| $$$$$$$/ | $$$$$$$| $$$$$$$/| $$$$$$$/| $$| $$| $$$$$$$| $$$$$$$ | $$$$/| $$| $$$$$$/| $$ | $$
|__/ |__/ |__/ \_______/|__/| $$ \______/ |_______/ \_______/| $$____/ | $$____/ |__/|__/ \_______/ \_______/ \___/ |__/ \______/ |__/ |__/
/$$ | $$ | $$ | $$
| $$$$$$/ | $$ | $$
\______/ |__/ |__/
Tie together letter and resume to create cohesive job application packages per #55.
These PDFs have a couple advantages over the documents generated by letter, resume and jsonresume-theme:
- Generate both a cover letter and resume for a specific configuration at the same time, useful for consistently capturing time-sensitive information, like shield statuses.
- Since v1.2.0, we tack on UTM tracking parameters onto each outbound link in both documents
- Place a JS/JSX file (say
some-awesome-company.jsx
) that returns an instance ofJobApplication
in/src/job-applications
- Generate your documents by running
npm run job-applications -- --name some-awesome-company
- View them with
open ./dist/some-awesome-company.*.pdf
See the me
dependencies.
See the me
installation instructions.
# From the `me` monorepo root
yarn lerna run start [email protected]/job-application
# From the `me` monorepo root
yarn lerna run test [email protected]/job-application
# From the `me` monorepo root
yarn lerna run build [email protected]/job-application
# Generate a package specific to `some-awesome-company`
yarn lerna run job-applications [email protected]/job-application
# Generate a package specific to `some-awesome-company`
yarn lerna run job-application [email protected]/job-application -- --name some-awesome-company