This project is using the json-resume ecosystem to supply an open-source advanced editor for resumes.
This is , currently, the first version of the app and should be considered an alpha version for all purposes.
enabling features like:
- JSON-Schema based editor that enables interactive creation of the resume.json file
- Exporting the resume to multiple formats:
- resume-json
- other formats - TBD
- Support for multiple output themes
- Integration with github gist - details - TBD
- Advanced editing features - TBD
- Ordering of sections -TBD
If this project is of any interest to you and you
- want to contribute
- have an idea
- have an issue
Please open an issue so we can improve on the work!
TBD
currently there's no npm package but you can still use from src!
git clone https://github.com/shaielc/json-resume-editor.git
cd json-resume-editor
npm install --also=dev
npx webpack
node index.mjs
now open your browser at localhost:3000