A simple script to generate cover letters based on a common template.
To install dependencies:
bun install
To run:
bun run index.ts
Note: You will need to create a secrets.ts file with exported constants for the name, etc.
This project was created using bun init
in bun v1.1.13. Bun is a fast all-in-one JavaScript runtime.