Turn your resume into a terminal-based website.
- Supports valid resume in JSON resume format
- Customizable commands and sections
- Auto-complete, other terminal features from JQuery Terminal
- Implement your own commands to flex your programming skills
- Fork and clone the repository
npm install
- Replace js/resume.json with your own resume in JSON resume format
- (Optional) customize, see the Customization section
npm run dev
to run locallynpm run zip
to zip a production package- Deploy the zip as static website to your favorite hosting solution
- To map different sections to different commands, checkout
SectionCommands
in config.ts - To change color, look into custom.css and
FontStyle
in config.ts - Want to add your own commands? checkout
customCommands
in main.ts and JQuery Terminal Docs