1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00
Commit Graph

28 Commits

Author SHA1 Message Date
devlinjd
330866a518 Rename "FluentCMD" to "FluentCV". 2015-10-27 03:54:50 -04:00
devlinjd
6d6f66bfe2 Rename watermark to fluent-themes. 2015-10-26 13:48:00 -04:00
devlinjd
2fdb1ac36c Tweak metadata. 2015-10-26 12:54:15 -04:00
devlinjd
0aaa9ffff8 Introduce FluentLib sources. 2015-10-26 12:30:00 -04:00
devlinjd
67e4e87275 Bump Watermark version. 2015-10-26 09:17:40 -04:00
devlinjd
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
devlinjd
06294a90b5 Add YAML output format support. 2015-10-26 02:45:37 -04:00
devlinjd
19b6627df7 Bump version to 0.4.0. 2015-10-25 08:03:46 -04:00
devlinjd
2a7963450e Bump fluentlib version. 2015-10-25 02:16:54 -04:00
devlinjd
ceaef3e1c4 Bump version to 0.4.1. 2015-10-17 11:11:10 -04:00
devlinjd
9dd759ffa2 Bump version to 0.3.1. 2015-10-10 23:27:20 -04:00
devlinjd
31e2e12769 Bump fluentlib version. 2015-10-10 23:21:28 -04:00
devlinjd
b1d987c3b4 Bump version. 2015-10-10 20:09:09 -04:00
devlinjd
0724ffe7f2 Bump fluentlib version. 2015-10-09 05:56:36 -04:00
devlinjd
9de7601a2a Peg fluentlib version and bump. 2015-10-07 09:51:08 -04:00
devlinjd
279bfaae5f Unprivatize package.json. 2015-10-07 05:17:51 -04:00
devlinjd
7f930283c6 Adjust dependencies.
Use the GitHub-flavored dependency style for fluentlib and bring in
Underscore.js.
2015-10-07 03:52:08 -04:00
devlinjd
d3a85dc935 Update license to MIT. 2015-10-07 02:20:48 -04:00
devlinjd
6abb1ff4d7 Scrub package.json.
Remove unused dependencies and update GitHub endpoint.
2015-10-06 12:46:30 -04:00
devlinjd
6e6b55a826 Explicitly mention blueprint as a dependency. 2015-10-04 15:05:31 -04:00
devlinjd
fe9af2d334 Change: Expose interior interface.
Allow FluentCMD to be used either from the command line (the default) or
allow external libraries to require() the internal FluentCMD interface.
2015-09-29 02:08:41 -04:00
devlinjd
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
devlinjd
1a1310cef5 Improve date parsing and sorting. 2015-09-19 21:07:53 -04:00
devlinjd
c55a2f9f35 Add JSON validation to Sheet prototype. 2015-09-18 20:10:35 -04:00
devlinjd
efd6206462 Remove CLI interface.
For now, access Scrappy as a script library, not a Node CLI. We'll
repackage the CLI later.
2015-09-13 21:14:12 -04:00
James Devlin
63c9cb4f33 Remove phantom dependency. 2015-09-08 23:04:03 -04:00
James Devlin
382e013abe Privatize package.json and add "UNLICENSED". 2015-09-02 22:02:11 -04:00
James Devlin
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