docs(readme): add Resumed and standalone examples
This commit is contained in:
parent
5f9696c347
commit
58eb45d0a1
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue