This repository is composed of two components that make up the resumay platform. A python command line program that creates resumes and cover letters, and a website that allows the user to browse and copy templates to use.
Command line app (/resumay)
A simple command line application using the Typer library. uv is used for dependency management and packaging.
The website uses NextJS 15 with tailwindcss.