@randy.tarampi/letter
v7.0.0
Published
A cover letter generator for www.randytarampi.ca
Downloads
31
Maintainers
Readme
/$$ /$$ /$$
| $$ | $$ | $$
/$$$$$$/$$$$ /$$$$$$ | $$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$
| $$_ $$_ $$ /$$__ $$ | $$ /$$__ $$|_ $$_/|_ $$_/ /$$__ $$ /$$__ $$
| $$ \ $$ \ $$| $$$$$$$$ | $$| $$$$$$$$ | $$ | $$ | $$$$$$$$| $$ \__/
| $$ | $$ | $$| $$_____/ | $$| $$_____/ | $$ /$$| $$ /$$| $$_____/| $$
| $$ | $$ | $$| $$$$$$$ /$$| $$| $$$$$$$ | $$$$/| $$$$/| $$$$$$$| $$
|__/ |__/ |__/ \_______/|__/|__/ \_______/ \___/ \___/ \_______/|__/
The spiritual companion to my resume. Just generate some cover letters that match everything else in this monorepo – online and in print on A4, US Letter and US Legal.
You probably want to head over to job-application instead, since it offers some additional features
- Place a JS/JSON/JSX file (say
some-awesome-company.json
) that can be parsed into an instance ofLetter
in/src/letters
- Generate your letters by running
npm run letter
- View it with
open ./dist/some-awesome-company.pdf
Dependencies
See the me
dependencies.
Installation
See the me
installation instructions.
Usage
# From the `me` monorepo root
yarn lerna run start [email protected]/letter
Testing
# From the `me` monorepo root
yarn lerna run test [email protected]/letter
Generation
# From the `me` monorepo root
yarn lerna run build [email protected]/letter
yarn lerna run letter [email protected]/letter