docs(readme): add Resumed and standalone examples

This commit is contained in:
Rafael Bardini 2021-11-06 14:45:45 +01:00
parent 5f9696c347
commit 58eb45d0a1
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@ npm install resumed jsonresume-theme-even
npx resumed render
```
See [example](https://github.com/rbardini/resume.rbardini.com).
### Standalone usage
_Even_ comes with a barebones CLI that reads resumes from `stdin` and outputs HTML to `stdout`. This allows usage without any resume builder tools:
@ -51,3 +53,5 @@ _Even_ comes with a barebones CLI that reads resumes from `stdin` and outputs HT
```console
cat resume.json | npx jsonresume-theme-even > resume.html
```
See [example](https://github.com/beacampbell/resume).