Thomas Davis
Thomas Davis
I think this is good to merge, but it should log that you are using a local theme when doing so.
@rbardini Do you know any easy way to support local theme serving in your PR's implementation? I tried reverting the PR but it's too tricky so will just make your...
@rbardini nevermind the above. I just pushed up 2.1.1 which now allows as others suggested for `--theme .` or `--theme ../some/other/dir` It works for both `export` and `serve`
I also think this process has been too confusing for a while. We need a reliable way to people to export from any theme that is on npm or relative...
> I've looked through the CLI source code and found an easy workaround until this gets properly patched: > > * install the desired theme locally: `npm install jsonresume-theme-paper` >...
Some of you might have much better chance with https://github.com/rbardini/resumed (an alternative CLI) They specifically mention this problem as something they wanted to fix. That being said, great ideas @davcd....
Published on NPM -> https://www.npmjs.com/package/resume-cli/v/3.0.6
I like this one. Will do.
Made a "Request For Comment" label to avoid stepping on toes. Essentially we should just be adding all the importers and exporters to the homepage, I think there are quite...
Instead of bringing importers/exporters directly into jsonresume code. I suggest we have a naming convention much like themes. (as @antialias also suggested) `jsonresume-importer-europass` `jsonresume-exporter-europass` Then given enough traction we support...