1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-13 13:41:07 +01:00

64 Commits

Author SHA1 Message Date
5dee90b8e3 Remove process.exit() call. 2015-10-27 07:37:24 -04:00
330866a518 Rename "FluentCMD" to "FluentCV". 2015-10-27 03:54:50 -04:00
e34d02facb Always display title on error. 2015-10-26 13:17:58 -04:00
4a98e0bb25 Multiple things.
1. Load themes directly in FCMD instead of only through FluentLib.
2. Add support for silent mode (`-s` or `--silent`).
3. Silently create output folder if not present (mkdirp).
2015-10-26 08:01:01 -04:00
68f943745c Support "--no-prettify" option.
Add command-line support for "--no-prettify" and "-n". Use a negative
option here since pretty printing is enabled by default.
2015-10-25 03:04:51 -04:00
2e5a68d942 Support explicit -o output parameter.
Allow output files to be explicitly specified via -o, for ex:

fluentcmd resume.json -o out/resume.html -o out/resume.pdf
2015-10-10 21:39:32 -04:00
6e4263e58c Change default theme to "modern". 2015-10-10 15:39:13 -04:00
7ab2df6696 Improve error handling. 2015-10-07 09:29:41 -04:00
11f76d920f Code cleanup.
Use _.reduceRight in lieue of Array.prototype.reduce to ease logging
during resume merge and clean up code, comments, and whitespace
throughout.
2015-10-07 03:53:38 -04:00
8a19009e29 Scrub. 2015-10-06 12:21:22 -04:00
4fa15f59a0 Emit an additional blank line. 2015-10-06 09:55:35 -04:00
76f718dc3e Revamp command-line functionality.
Get resume generation CLI up and running again after recent API updates.
Tool name has changed to "fluentcmd" from "scrappy" and now depends on
external "fluentlib" instead of embedding those sources.
2015-09-24 16:09:48 -04:00
2aeec2334f Update with recent project changes. 2015-09-01 20:13:21 -04:00
3b92065c14 Introduce scrappy sources from main dev tree.
Add existing "HackMyResume" command-line sources from commit 59 on the
original dev tree, without modification except for a partial rename of
"HackMyResume" to "scrappy".

See: https://github.com/gruebait/HackMyResume/tree/master/HMR.Console
2015-09-01 01:05:47 -04:00