Development of a CLI for LVMH Careers using TypeScript, Node.js, Commander, and Enquirer, allowing users to search for LVMH jobs directly from the command line.
I did this project to deepen my knowledge of advanced CLI development, as it was explicitly mentioned in the job description. It allowed me to explore how to structure a CLI with TypeScript and Node.js, manage user interactions with Commander and Enquirer, and integrate external APIs effectively while maintaining a professional workflow with proper documentation and CI/CD.
Uses the LVMH Careers API to search for jobs by keywords and/or filters (location, required experience, etc.). Ability to save results in an XML or JSON file.