https://github.com/thesurlydev/cover-letter
Generate cover letters given company name and role.
https://github.com/thesurlydev/cover-letter
Last synced: 11 months ago
JSON representation
Generate cover letters given company name and role.
- Host: GitHub
- URL: https://github.com/thesurlydev/cover-letter
- Owner: thesurlydev
- Created: 2023-07-29T18:15:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T17:01:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T18:52:29.527Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cover letter
This is a cover letter generator.
## Dependencies
1. LaTeX with the following extra packages: `fontspec` `geometry` `ragged2e` `enumitem` `xunicode` `xltxtra` `hyperref` `polyglossia` `footmisc` (also, `datetime2` plus its language modules if you want to use a custom date, see below in the settings section)
2. [Pandoc](http://pandoc.org/), the universal document converter.
3. [pbl](https://github.com/digitalsanctum/pbl) - a simple publishing CLI using mustache templates.
4. [langchain-services](https://github.com/digitalsanctum/langchain-services) - company/address and company/focus endpoints.