Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 417 Bytes

cover-letter-generator

A simple script to generate cover letters based on a common template.

instructions

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.