1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-01 07:50:06 +01:00
Commit Graph

158 Commits

Author SHA1 Message Date
hacksalot
39e995213f Improve starter resume.
"hackmyresume new" should emit a starter resume that a) has example
information and b) validates.
2016-01-06 14:09:22 -05:00
hacksalot
12fcf3b0cb Fix package.json glitch. 2016-01-06 11:28:09 -05:00
hacksalot
202bb44c76 Update contributors.
@robertmain @jjanusch
2016-01-06 11:18:31 -05:00
hacksalot
712b504168 Support global theme partials (interim). 2016-01-06 10:48:51 -05:00
hacksalot
9d75b207d1 Formalize empty-fresh.json dependency. 2016-01-05 23:28:49 -05:00
hacksalot
9f7ec62b18 Bump fresh-themes to 0.11.0-beta. 2016-01-05 10:26:29 -05:00
hacksalot
3f40441b0a Bump FRESCA version to 0.3.0. 2016-01-05 05:09:29 -05:00
hacksalot
25688dbe8e Bump fresh-test-resume to 0.2.1. 2016-01-05 01:41:04 -05:00
hacksalot
98362b9687 Bump fresh-test-resumes version. 2016-01-05 00:04:10 -05:00
hacksalot
eff9fc51cb Integrate fresh-test-resumes module. 2016-01-04 19:45:49 -05:00
hacksalot
ce75f09210 Refactor API interface. 2016-01-04 07:23:20 -05:00
hacksalot
62ca2020d8 Bump FRESH themes version. 2016-01-04 04:15:01 -05:00
hacksalot
d5e2a45034 Output theme message on generate. 2016-01-04 00:58:41 -05:00
hacksalot
c3ec3f28bd Introduce section totals inspector. 2016-01-03 05:03:31 -05:00
hacksalot
0a8ee721e8 Allow for multiple PDF engines / support Phantom PDFs.
Start formalizing PDF generation apparatus and support a `--pdf`
parameter allowing the user to specify the flavor of PDF generation.
2016-01-03 04:11:42 -05:00
hacksalot
69e8adc1cc Remove 'minimist' dependency. 2016-01-03 02:25:39 -05:00
hacksalot
6b3396e01b Use Commander.js for invocations. 2016-01-03 02:22:26 -05:00
hacksalot
cb14452df3 Replace colors with chalk.
Chalk has a few more options and doesn't mess around with
String.prototype.
2016-01-01 04:44:14 -05:00
hacksalot
6285c2db3b Introduce "analyze" verb and framework.
Introduce a new "analyze" command and start setting up the inspector /
analyzer pipeline with a simple "gap analysis" inspector using a
reference-counted gap detection approach.
2016-01-01 03:39:48 -05:00
hacksalot
3453293c79 Bump version to 1.3.1. 2015-12-31 20:41:54 -05:00
hacksalot
069c02ddcc Interim changes supporting v1.3.0. 2015-12-31 03:34:41 -05:00
hacksalot
1f6d77fc28 Bump version to 1.3.0. 2015-12-31 03:18:02 -05:00
hacksalot
df27924ac2 Add Johnny Trouble to tests. 2015-12-30 21:07:28 -05:00
hacksalot
558a321fe8 Refactor generator logic. 2015-12-30 18:52:41 -05:00
hacksalot
22554c61c5 Rename and bump fluent-themes dependency. 2015-12-30 18:18:11 -05:00
hacksalot
37e75acd86 Merge remote-tracking branch 'refs/remotes/origin/master' into dev 2015-12-30 12:06:02 -05:00
hacksalot
7593afa586 Adjust package.json versions.
Relax to v1.3.0-beta and bump fluent-themes version.
2015-12-29 17:33:16 -05:00
hacksalot
e65c0e128e Fix tests glitch. 2015-12-29 03:50:00 -05:00
hacksalot
bf5c040971 Copy JRS theme assets to target. 2015-12-29 03:10:26 -05:00
Ya Zhuang
6b0ea0c7bd add: png format 2015-12-29 03:29:13 +08:00
hacksalot
6bc6b3262e Add tests for FRESH/JRS cross-generation.
Ability to generate JSON Resume themes from FRESH format resumes and
vice-versa.
2015-12-28 04:39:03 -05:00
hacksalot
3c1ae4cbd1 Add baseline support for local generation of JSON Resume themes. 2015-12-28 04:37:42 -05:00
hacksalot
db31744c98 Adjust "npm test" command.
Fix issue with tests being run twice and run tests through Grunt for
LINTing and other pre/post processing.
2015-12-28 04:16:53 -05:00
hacksalot
07b303e530 Bump version to 1.3.0. 2015-12-28 03:51:39 -05:00
hacksalot
0514f7805c Add contributors to package.json.
Contributors first, author last.
2015-12-26 22:47:39 -05:00
Ya Zhuang
1a6d7d5723 change: package.json enhancement
- add `scripts` for something like `npm test` and `npm run grunt`
- add missing devDep: `grunt-cli`
2015-12-25 07:03:16 +08:00
hacksalot
3d41528059 Fix path parsing issue on prev versions of Node.js.
Work around absence of path.parse in Node versions < v0.12. Addresses
#31 and #33.
2015-12-24 16:18:38 -05:00
hacksalot
79637b611a Bump version to 1.2.2. 2015-12-24 16:09:37 -05:00
hacksalot
bf84341acf Version -> 1.2.1
Holding off on 1.3.0 pending HTTP/HTTPS support. #rebase #semver
2015-12-24 07:42:07 -05:00
hacksalot
c74eda90ed Introduce lodash dependency. 2015-12-24 04:05:17 -05:00
hacksalot
ebad1677bc Replace file-exists.js with NPM path-exists. 2015-12-22 18:55:17 -05:00
hacksalot
dab6ebfd82 Bump fluent-themes version to 0.8.0-beta. 2015-12-22 18:49:29 -05:00
hacksalot
dd61b5360a Update package.json contact info. 2015-12-22 18:49:11 -05:00
hacksalot
fced92a5a0 Bump version to 1.3.0. 2015-12-22 18:47:23 -05:00
hacksalot
65b6359fd8 Bump version to 1.2.0. 2015-12-21 00:52:23 -05:00
hacksalot
87b3bbe785 Bump version to 1.1.0. 2015-12-20 18:41:51 -05:00
gruebait
f6fc384466 Add keywords to package.json. 2015-12-20 15:43:31 -05:00
gruebait
c5ab3fdfae Bump version to 1.0.1. 2015-12-20 15:43:20 -05:00
hacksalot
80c6bb6e8b Rename to HMR. 2015-12-19 12:37:42 -05:00
hacksalot
7daba910ed Bump fluent-themes version. 2015-12-18 17:27:40 -05:00
hacksalot
fcaa97ed35 Change author info. 2015-12-18 15:35:00 -05:00
hacksalot
bb7373a229 Remove duplicate is-my-json-valid dependency. 2015-12-18 15:34:52 -05:00
hacksalot
759dcc30e7 Update tests. 2015-12-18 15:34:30 -05:00
hacksalot
5fe90517e7 Auto-clean tests folder. 2015-12-18 15:33:18 -05:00
hacksalot
01d148e47c Bump version to 0.11.0. 2015-12-18 10:08:52 -05:00
hacksalot
dbd41ec439 Bump FRESCA version. 2015-12-17 14:28:24 -05:00
devlinjd
e80d8fb5c8 Bump version. 2015-12-17 10:29:22 -05:00
devlinjd
9ad2a1e92e Add simple-html-tokenizer dependency. 2015-12-16 23:28:57 -05:00
devlinjd
ae9c295ce1 Better Handlebars support. 2015-12-16 20:13:27 -05:00
devlinjd
fe2247329e Bump version to 0.10.2. 2015-12-12 04:43:29 -05:00
devlinjd
8747429bc6 Update NPM registry description. 2015-12-11 22:35:26 -05:00
devlinjd
95540efe29 Tweak FRESCA and theme dependency versions. 2015-12-11 04:02:05 -05:00
devlinjd
0474dc7dbe Bump version to 0.10.1. 2015-12-11 03:04:34 -05:00
devlinjd
91aba39050 Add file LINTing through JSHint. 2015-12-09 21:44:18 -05:00
devlinjd
1a757e8a87 Bump FRESCA version to 0.2.0. 2015-12-08 21:12:19 -05:00
devlinjd
228f14d06c Support recursive theme template loading. 2015-12-06 18:19:33 -05:00
devlinjd
fb783cdbc6 Add Handlebars dependency. 2015-12-06 14:57:20 -05:00
devlinjd
263f224e1b Bump fluent-themes version to 0.6.0-beta. 2015-12-06 05:50:14 -05:00
devlinjd
2431ae4d89 Bump version to 0.10.0. 2015-12-02 14:56:06 -05:00
devlinjd
e51eb270fc Bump versions. 2015-11-24 10:57:04 -05:00
devlinjd
37225aec84 Update FRESCA version. 2015-11-22 03:03:16 -05:00
devlinjd
0fe334f433 Bump fluent-themes version. 2015-11-21 23:28:33 -05:00
devlinjd
9fbab27d73 Improve validation and color-coding. 2015-11-21 05:56:16 -05:00
devlinjd
e44239b24a Update package.json deps. 2015-11-21 03:11:37 -05:00
devlinjd
b167abcb78 Bump version to 0.9.0. 2015-11-19 01:57:43 -05:00
devlinjd
07a072f8d7 Bump fluent-themes version. 2015-11-18 04:56:49 -05:00
devlinjd
61c7d6b8f9 Bump version to 0.8.0. 2015-11-05 00:54:23 -05:00
devlinjd
fdfdd970a7 Bump version. 2015-10-27 21:48:30 -04:00
devlinjd
2c6436be5e Bump fluent-themes version. 2015-10-27 21:11:00 -04:00
devlinjd
1782d06b37 Bump version. 2015-10-27 07:39:06 -04:00
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