A simple script to generate cover letters based on a common template.
To install dependencies:
bun installTo run:
bun run index.tsNote: 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.