mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Update README.
This commit is contained in:
parent
ad75cdf02a
commit
aacd50cebe
26
README.md
26
README.md
@ -4,7 +4,20 @@ fluentcmd
|
|||||||
|
|
||||||
FluentCMD is a **hackable, data-driven, dev-friendly resume authoring tool** with support for HTML, Markdown, Word, PDF, plain text, smoke signal, carrier pigeon, and other arbitrary-format resumes and CVs.
|
FluentCMD is a **hackable, data-driven, dev-friendly resume authoring tool** with support for HTML, Markdown, Word, PDF, plain text, smoke signal, carrier pigeon, and other arbitrary-format resumes and CVs.
|
||||||
|
|
||||||
[![](assets/office_space.jpg)][8]
|
```bash
|
||||||
|
>fluentcmd resume.json -o out/resume.all -t modern
|
||||||
|
|
||||||
|
*** FluentCMD v0.5.0 ***
|
||||||
|
Reading JSON resume: foo/resume.json
|
||||||
|
Applying MODERN Theme (7 formats)
|
||||||
|
Generating HTML resume: out/resume.html
|
||||||
|
Generating TXT resume: out/resume.txt
|
||||||
|
Generating DOC resume: out/resume.doc
|
||||||
|
Generating PDF resume: out/resume.pdf
|
||||||
|
Generating JSON resume: out/resume.json
|
||||||
|
Generating MARKDOWN resume: out/resume.md
|
||||||
|
Generating YAML resume: out/resume.yml
|
||||||
|
```
|
||||||
|
|
||||||
Looking for a desktop GUI version with pretty timelines and graphs? Check out [FluentCV Desktop][7].
|
Looking for a desktop GUI version with pretty timelines and graphs? Check out [FluentCV Desktop][7].
|
||||||
|
|
||||||
@ -60,12 +73,14 @@ You should see something to the effect of:
|
|||||||
```
|
```
|
||||||
*** FluentCMD v0.5.0 ***
|
*** FluentCMD v0.5.0 ***
|
||||||
Reading JSON resume: foo/resume.json
|
Reading JSON resume: foo/resume.json
|
||||||
|
Applying MODERN Theme (7 formats)
|
||||||
Generating HTML resume: out/resume.html
|
Generating HTML resume: out/resume.html
|
||||||
Generating TXT resume: out/resume.txt
|
Generating TXT resume: out/resume.txt
|
||||||
Generating DOC resume: out/resume.doc
|
Generating DOC resume: out/resume.doc
|
||||||
Generating PDF resume: out/resume.pdf
|
Generating PDF resume: out/resume.pdf
|
||||||
Generating JSON resume: out/resume.json
|
Generating JSON resume: out/resume.json
|
||||||
Generating MARKDOWN resume: out/resume.md
|
Generating MARKDOWN resume: out/resume.md
|
||||||
|
Generating YAML resume: out/resume.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Advanced
|
## Advanced
|
||||||
@ -138,6 +153,15 @@ FluentCMD applies [js-beautify][10]-style HTML prettification by default to HTML
|
|||||||
fluentcmd resume.json out.all --nopretty
|
fluentcmd resume.json out.all --nopretty
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Silent Mode
|
||||||
|
|
||||||
|
Use `-s` or `--silent` to run in silent mode:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
fluentcmd resume.json -o someFile.all -s
|
||||||
|
fluentcmd resume.json -o someFile.all --silent
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT. Go crazy. See [LICENSE.md][1] for details.
|
MIT. Go crazy. See [LICENSE.md][1] for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user