Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.11 KB

terminal-resume

Turn your resume into a terminal-based website.

demo

Features

  • 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

How to Use

  1. Fork and clone the repository
  2. npm install
  3. Replace js/resume.json with your own resume in JSON resume format
  4. (Optional) customize, see the Customization section
  5. npm run dev to run locally
  6. npm run zip to zip a production package
  7. Deploy the zip as static website to your favorite hosting solution

Customization

License

MIT