jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.56k stars 389 forks source link

Provide a HTML GUI wrapper over JSON to build resume quickly. #43

Closed vikramsoni2 closed 8 years ago

vikramsoni2 commented 10 years ago

Today when I was thinking of making my own resume, I thought it would be very useful if there is a functionality on the website or a standalone SPA to write your resume which generates JSON, PDF etc.

What do you think? I can build something like that.. Let me know your thoughts.

erming commented 10 years ago

Hey @vikramsoni2

We're currently working on it: http://erming.github.io/resume-editor/

vikramsoni2 commented 10 years ago

Thanks @erming. looks promising :+1: I see you are using backbone, this way I think it can be integrated with resume-cli too. Eg. fire up a nodeJS server when resume init. or something like that.

erming commented 10 years ago

Good idea @vikramsoni2!

I've read your comment before, but it didn't stick until now.

It's really easy to host locally. As you can see from https://github.com/erming/resume-editor, it can even be hosted via GitHub pages.

But I will have to make some modifications to resume-editor to make it work with just a single theme.

I'll add this when I have some spare time.

chrisdotcode commented 9 years ago

@thomasdavis I think erming/resume-editor should officially be added to the jsonresume organization before we close this.

It's already in production.

thomasdavis commented 8 years ago

I think it is okay to let the repos spread outside the org.

That being said, at this point the old resume editor is probably outdated-ish.

And lots of cool tools have popped up to generate forms from JSON schemas, e.g. a react form generator -> http://mozilla-services.github.io/react-jsonschema-form/