Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b256eb9a8f | |||
| f143c4b1c1 | |||
| 2bffa51303 | |||
| 3cc2f9f38f | |||
| 968bd4e404 | |||
| 8ecff33dfc | |||
| 33d62ea3ce | |||
| 470d03d498 | |||
| 6af34c20bb | |||
| ee1c0f275d | |||
| f8fd4beb34 | |||
| cc6100b086 | |||
| 5d03a999b6 | |||
| 16cdaf1004 | |||
| 3a5537c932 | |||
| f401565a23 | |||
| 5eb2b21056 | |||
| 84a727bfd3 | |||
| a5727e00cb | |||
| 77bcd4b49d | |||
| fde301b863 | |||
| ee2430b5a9 | |||
| 3e64a12f82 | |||
| 21c85d7eb8 | |||
| 714da7b56b |
@@ -1,16 +0,0 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
|
||||||
* text=auto
|
|
||||||
*.js text eol=lf
|
|
||||||
*.json text eol=lf
|
|
||||||
|
|
||||||
# Standard to msysgit
|
|
||||||
*.doc diff=astextplain
|
|
||||||
*.DOC diff=astextplain
|
|
||||||
*.docx diff=astextplain
|
|
||||||
*.DOCX diff=astextplain
|
|
||||||
*.dot diff=astextplain
|
|
||||||
*.DOT diff=astextplain
|
|
||||||
*.pdf diff=astextplain
|
|
||||||
*.PDF diff=astextplain
|
|
||||||
*.rtf diff=astextplain
|
|
||||||
*.RTF diff=astextplain
|
|
||||||
@@ -1,40 +1,3 @@
|
|||||||
node_modules/
|
_site
|
||||||
tests/sandbox/
|
.sass-cache
|
||||||
doc/
|
.jekyll-metadata
|
||||||
docs/
|
|
||||||
local/
|
|
||||||
npm-debug.log
|
|
||||||
|
|
||||||
# Emacs detritus
|
|
||||||
# -*- mode: gitignore; -*-
|
|
||||||
*~
|
|
||||||
\#*\#
|
|
||||||
/.emacs.desktop
|
|
||||||
/.emacs.desktop.lock
|
|
||||||
*.elc
|
|
||||||
auto-save-list
|
|
||||||
tramp
|
|
||||||
.\#*
|
|
||||||
|
|
||||||
# Org-mode
|
|
||||||
.org-id-locations
|
|
||||||
*_archive
|
|
||||||
|
|
||||||
# flymake-mode
|
|
||||||
*_flymake.*
|
|
||||||
|
|
||||||
# eshell files
|
|
||||||
/eshell/history
|
|
||||||
/eshell/lastdir
|
|
||||||
|
|
||||||
# elpa packages
|
|
||||||
/elpa/
|
|
||||||
|
|
||||||
# reftex files
|
|
||||||
*.rel
|
|
||||||
|
|
||||||
# AUCTeX auto folder
|
|
||||||
/auto/
|
|
||||||
|
|
||||||
# cask packages
|
|
||||||
.cask/
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
src/
|
|
||||||
assets/
|
|
||||||
test/
|
|
||||||
doc/
|
|
||||||
.travis.yml
|
|
||||||
Gruntfile.js
|
|
||||||
.gitattributes
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- "0.10"
|
|
||||||
- "0.11"
|
|
||||||
- "0.12"
|
|
||||||
- "4.0"
|
|
||||||
- "4.1"
|
|
||||||
- "4.2"
|
|
||||||
- "5.0"
|
|
||||||
@@ -1,306 +0,0 @@
|
|||||||
CHANGELOG
|
|
||||||
=========
|
|
||||||
## v1.6.0
|
|
||||||
|
|
||||||
### Major Improvements
|
|
||||||
|
|
||||||
- Better consistency and coverage for all FRESH resumes and themes ([#45][i45]).
|
|
||||||
|
|
||||||
- Initial support for overridable fonts in FRESH themes. Like a particular
|
|
||||||
theme, but want to change the typography? The specific fonts used by a theme
|
|
||||||
can now be overridden by the user. (FRESH themes only).
|
|
||||||
|
|
||||||
- New resume sections! Support for `projects` and `affiliation` resume sections
|
|
||||||
for technical and creative projects and memberships / clubs / associations,
|
|
||||||
respectively ([#92][i92]).
|
|
||||||
|
|
||||||
- New command! `PEEK` at any arbitrary field or entry on your `.json` resume.
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Improved handling of start and end dates on `employment`, `projects`,
|
|
||||||
`education`, and other sections with start/end dates.
|
|
||||||
|
|
||||||
- Support for an `.ignore` property on any FRESH or JSON Resume section or field.
|
|
||||||
Ignored properties will be treated by HackMyResume as if they weren't present.
|
|
||||||
|
|
||||||
- Emit extended status and error info with the `--debug` or `-d` switch.
|
|
||||||
|
|
||||||
- The `-o` or `--options` switch can now handle either the path to a **JSON
|
|
||||||
settings file** or **raw JSON/JavaScript**. Since the JSON double quote syntax
|
|
||||||
is a bit cumbersome from the command line, HackMyResume accepts regular
|
|
||||||
JavaScript object literal syntax:
|
|
||||||
|
|
||||||
hackmyresume build resume.json -o "{ theme: 'compact', silent: 'true' }"
|
|
||||||
|
|
||||||
- Ability to disable sorting of resume sections (employments, projects, etc.)
|
|
||||||
with the `--no-sort` option. HMR will respect the order of items as they appear
|
|
||||||
in your resume `.json` file.
|
|
||||||
|
|
||||||
- Improvements to the starter resume emitted by `hackmyresume new`.
|
|
||||||
|
|
||||||
- Theme Authoring: Annotated the HTML and MS Word (XML) formats of the Modern
|
|
||||||
theme for FRESH theme authors.
|
|
||||||
|
|
||||||
- Theme Authoring: Support for templatized CSS files in FRESH themes. CSS files
|
|
||||||
are now expanded via Handlebars or Underscore prior to copying to the
|
|
||||||
destination.
|
|
||||||
|
|
||||||
- Added CHANGELOG.md (this file).
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Rewrote the HackMyResume man/help page.
|
|
||||||
|
|
||||||
- Minor incremental updates to the [FRESCA][fresca] schema.
|
|
||||||
|
|
||||||
- PDF generation now uses asynchronous `spawn()` which has better compatibility
|
|
||||||
with old or boutique versions of Node.js.
|
|
||||||
|
|
||||||
- Refactored colors in HackMyResume output. Errors will now display as red,
|
|
||||||
warnings as yellow, successful operations as green, and informational messages
|
|
||||||
as cyan.
|
|
||||||
|
|
||||||
- Theme messages and usage tips will no longer display during resume generation
|
|
||||||
by default. Use the `--tips` option to view them.
|
|
||||||
|
|
||||||
- The `--no-tips` option (default: false) has been replaced with the `--tips`
|
|
||||||
option, also defaulting to false.
|
|
||||||
|
|
||||||
- Removed the `hello-world` theme from the [prebuilt themes][themes] that ship
|
|
||||||
with HackMyResume. It can be installed separately from NPM:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install fresh-theme-hello-world
|
|
||||||
hackmyresume resume.json -t node_modules/fresh-theme-hello-world
|
|
||||||
```
|
|
||||||
|
|
||||||
- sd
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- PDF generation issues on older versions of Node.
|
|
||||||
|
|
||||||
- Stack traces not being emitted correctly.
|
|
||||||
|
|
||||||
- Missing `speaking` section will now appear on generated resumes ([#101][i101]).
|
|
||||||
|
|
||||||
- Incomplete `education` details will now appear on generated resumes ([#65][i65]).
|
|
||||||
|
|
||||||
- Missing employment end date being interpreted as "employment ends today"
|
|
||||||
([#84][i84]).
|
|
||||||
|
|
||||||
- Merging multiple source resumes during `BUILD` sometimes fails.
|
|
||||||
|
|
||||||
- Document `--pdf` flag in README ([#111][i111]).
|
|
||||||
|
|
||||||
### Internal
|
|
||||||
|
|
||||||
- Logging messages have been moved out of core HackMyResume code ahead of
|
|
||||||
localization support.
|
|
||||||
|
|
||||||
- All HackMyResume console output is described in `msg.yml`.
|
|
||||||
|
|
||||||
- Relaxed pure JavaScript requirement. CoffeeScript will now start appearing
|
|
||||||
in HackMyResume and FluentCV sources!
|
|
||||||
|
|
||||||
- Additional tests.
|
|
||||||
|
|
||||||
## v1.5.2
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Tweak stack trace under `--debug`.
|
|
||||||
|
|
||||||
## v1.5.1
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Preliminary support for `-d` or `--debug` flag. Forces HackMyResume to emit a stack trace under error conditions.
|
|
||||||
|
|
||||||
## v1.5.0
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- HackMyResume now supports **CLI-based generation of PDF formats across multiple engines (Phantom, wkhtmltopdf, etc)**. Instead of talking to these engines over a programmatic API, as in prior versions, HackMyResume 1.5+ speaks to them over the same command-line interface (CLI) you'd use if you were using these tools directly.
|
|
||||||
|
|
||||||
- HackMyResume will now (attempt to) **generate a PDF output for JSON Resume themes** (in addition to HTML).
|
|
||||||
|
|
||||||
- Minor README and FAQ additions.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- **Cleaner, quicker installs**. Installing HackMyResume with `npm install hackmyresume -g` will no longer trigger a lengthy, potentially error-prone install for Phantom.js and/or wkhtmltopdf for PDF support. Instead, users can install these engines externally and HMR will use them when present.
|
|
||||||
|
|
||||||
- Minor error handling improvements.
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fixed an error with generating specific formats with the `BUILD` command (#97).
|
|
||||||
|
|
||||||
- Fixed numerous latent/undocumented bugs and glitches.
|
|
||||||
|
|
||||||
## v1.4.2
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Introduced [FAQ](https://github.com/hacksalot/HackMyResume/blob/master/FAQ.md).
|
|
||||||
- Additional README notes.
|
|
||||||
|
|
||||||
## v1.4.1
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- `hackmyresume new` now generates a [valid starter resume with sample data](https://github.com/fluentdesk/fresh-resume-starter).
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fixed warning message when `hackmyresume new` is run without a filename.
|
|
||||||
|
|
||||||
## v1.4.0
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- **"Projects" support**: FRESH resumes and themes can now store and display
|
|
||||||
open source, commercial, private, personal, and creative projects.
|
|
||||||
- **New command: ANALYZE**. Inspect your resume for gaps, keyword counts, and other metrics. (Experimental.)
|
|
||||||
- **Side-by-side PDF generation** with Phantom and wkhtmltopdf. Use the `--pdf` or `-p` flag to pick between `phantom` and `wkhtmltopdf` generation.
|
|
||||||
- **Disable PDF generation** with the `--pdf none` switch.
|
|
||||||
- **Inherit formats between themes**. Themes can now inherit formats (Word, HTML, .txt, etc.) from other themes. (FRESH themes only.)
|
|
||||||
- **Rename resume sections** to different languages or wordings.
|
|
||||||
- **Specify complex options via external file**. Use with the `-o` or `--opts` option.
|
|
||||||
- **Disable colors** with the `--no-color` flag.
|
|
||||||
- **Theme messages and usage tips** instructions will now appear in the default HackMyResume output for the `build` command. Run `hackmyresume build resume.json -t awesome` for an example. Turn off with the `--no-tips` flag.
|
|
||||||
- **Treat validation errors as warnings** with the `--assert` switch (VALIDATE command only).
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fixed a minor glitch in the FRESCA schema.
|
|
||||||
- Fixed encoding issues in the `Highlights` section of certain resumes.
|
|
||||||
- Fix behavior of `-s` and `--silent` flags.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- PDF generation now defaults to Phantom for all platforms, with `wkhtmltopdf`
|
|
||||||
accessible with `--pdf wkhtmltopdf`.
|
|
||||||
- Resumes are now validated, by default, prior to generation. This
|
|
||||||
behavior can be disabled with the `--novalidate` or `--force` switch.
|
|
||||||
- Syntax errors in source FRESH and JSON Resumes are now captured for all
|
|
||||||
commands.
|
|
||||||
- Minor updates to README.
|
|
||||||
- Most themes now inherit Markdown and Plain Text formats from the **Basis**
|
|
||||||
theme.
|
|
||||||
|
|
||||||
### Internal
|
|
||||||
|
|
||||||
- Switched from color to chalk.
|
|
||||||
- Command invocations now handled through commander.js.
|
|
||||||
- Improved FRESH theme infrastructure (more partials, more DRY).
|
|
||||||
|
|
||||||
## v1.3.1
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Add additional Travis badges.
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fix extraneous console log output when generating a FRESH theme to MS Word.
|
|
||||||
- Fix Travis tests on `dev`.
|
|
||||||
|
|
||||||
## v1.3.0
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- **Local generation of JSON Resume themes**. To use a JSON Resume theme, first install it with `npm install jsonresume-theme-[blah]` (most JSON Resume themes are on NPM). Then pass it into HackMyResume via the `-t` parameter:
|
|
||||||
|
|
||||||
`hackmyresume BUILD resume.json TO out/somefile.all -t node_modules/jsonresume-theme-classy`
|
|
||||||
- **Better Markdown support.** HackMyResume will start flowing basic Markdown styles to JSON Resume (HTML) themes. FRESH's existing Markdown support has also been improved.
|
|
||||||
- **.PNG output formats** will start appearing in themes that declare an HTML output.
|
|
||||||
- **Tweak CSS embedding / linking via the --css option** (`<style></style>` vs `<link>`). Only works for HTML (or HTML-driven) formats of FRESH themes. Use `--css=link` to link in CSS assets and `--css=embed` to embed the styles in the HTML document. For example `hackmyresume BUILD resume.json TO out/resume.all --css=link`.
|
|
||||||
- **Improved Handlebars/Underscore helper support** for FRESH themes. Handlebars themes can access helpers via `{{helperName}}`. Underscore themes can access helpers via the `h` object.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- **Distinguish between validation errors and syntax errors** when validating a FRESH or JRS resume with `hackmyresume validate <blah>`.
|
|
||||||
- **Emit line and column info** for syntax errors during validation of FRESH and JRS resumes.
|
|
||||||
- **FRESH themes now embed CSS into HTML formats by default** so that the HTML resume output doesn't have an external CSS file dependency by default. Users can specify normal linked stylesheets by setting `--css=link`.
|
|
||||||
- **Renamed fluent-themes repo to fresh-themes** in keeping with the other parts of the project.
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fix various encoding errors in MS Word outputs.
|
|
||||||
- Fix assorted FRESH-to-JRS and JRS-to-FRESH conversion glitches.
|
|
||||||
- Fix error when running HMR with no parameters.
|
|
||||||
- Other minor fixes.
|
|
||||||
|
|
||||||
## v1.3.0-beta
|
|
||||||
|
|
||||||
- Numerous changes supporting v1.3.0.
|
|
||||||
|
|
||||||
## v1.2.2
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Various in-passing fixes.
|
|
||||||
|
|
||||||
## v1.2.1
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fix `require('FRESCA')` error.
|
|
||||||
- Fix `.history` and `.map` errors on loading incomplete or empty JRS resumes.
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Better test coverage of incomplete/empty resumes.
|
|
||||||
|
|
||||||
## v1.2.0
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Fixed the `new` command: Generate a new FRESH-format resume with `hackmyresume new resume.json` or a new JSON Resume with `hackmyresume new resume.json -f jrs`.
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Introduced CLI tests.
|
|
||||||
|
|
||||||
## v1.1.0
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- MS Word formats: Fixed skill coloring/level bug.
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Make the `TO` keyword optional. If no `TO` keyword is specified (for the `build` and `convert` commands), HMR will assume the last file passed in is the desired output file. So these are equivalent:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.all
|
|
||||||
hackmyresume BUILD resume.json out/resume.all
|
|
||||||
```
|
|
||||||
|
|
||||||
`TO` only needs to be included if you have multipled output files:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
hackmyresume BUILD resume.json TO out1.doc out2.html out3.tex
|
|
||||||
```
|
|
||||||
|
|
||||||
## v1.0.1
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- Correctly generate MS Word hyperlinks from Markdown source data.
|
|
||||||
|
|
||||||
## v1.0.0
|
|
||||||
|
|
||||||
- Initial public 1.0 release.
|
|
||||||
|
|
||||||
[i45]: https://github.com/hacksalot/HackMyResume/issues/45
|
|
||||||
[i65]: https://github.com/hacksalot/HackMyResume/issues/65
|
|
||||||
[i84]: https://github.com/hacksalot/HackMyResume/issues/84
|
|
||||||
[i92]: https://github.com/hacksalot/HackMyResume/issues/92
|
|
||||||
[i101]: https://github.com/hacksalot/HackMyResume/issues/101
|
|
||||||
[i111]: https://github.com/hacksalot/HackMyResume/issues/111
|
|
||||||
[fresca]: https://github.com/fluentdesk/FRESCA
|
|
||||||
[themes]: https://github.com/fluentdesk/fresh-themes
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
Contributing
|
|
||||||
============
|
|
||||||
|
|
||||||
*Note: HackMyResume is also available as [FluentCV][fcv]. Contributors are
|
|
||||||
credited in both.*
|
|
||||||
|
|
||||||
HackMyResume needs your help! Our contribution workflow is based on [GitHub
|
|
||||||
Flow][flow] and we respond to all pull requests and issues, usually within 24
|
|
||||||
hours. HackMyResume has no corporate affiliation and no commercial basis, which
|
|
||||||
allows the project to maintain a strict user-first policy, rapid development
|
|
||||||
velocity, and a liberal stance on contributions and exotic functionality in
|
|
||||||
keeping with the spirit (and name) of the tool.
|
|
||||||
|
|
||||||
In short, your code is welcome here.
|
|
||||||
|
|
||||||
## How To Contribute
|
|
||||||
|
|
||||||
1. Optional: [**open an issue**][iss] identifying the feature or bug you'd like
|
|
||||||
to implement or fix. This step isn't required — you can start hacking away on
|
|
||||||
HackMyResume without clearing it with us — but helps avoid duplication of work
|
|
||||||
and ensures that your changes will be accepted once submitted.
|
|
||||||
2. **Fork and clone** the HackMyResume project.
|
|
||||||
3. Ideally, **create a new feature branch** (eg, `feat/new-awesome-feature` or
|
|
||||||
similar; call it whatever you like) to perform your work in.
|
|
||||||
4. **Install dependencies** by running `npm install` in the top-level
|
|
||||||
HackMyResume folder.
|
|
||||||
5. Make your **commits** as usual.
|
|
||||||
6. **Verify** your changes locally with `npm test`.
|
|
||||||
7. **Push** your commits.
|
|
||||||
7. **Submit a pull request** from your feature branch to the HackMyResume `dev`
|
|
||||||
branch.
|
|
||||||
8. We'll typically **respond** within 24 hours.
|
|
||||||
9. Your awesome changes will be **merged** after verification.
|
|
||||||
|
|
||||||
## Project Maintainers
|
|
||||||
|
|
||||||
HackMyResume is currently maintained by [hacksalot][ha] with assistance from
|
|
||||||
[tomheon][th] and our awesome [contributors][awesome]. Please direct all official
|
|
||||||
or internal inquiries to:
|
|
||||||
|
|
||||||
```
|
|
||||||
admin@hackmyresume.com
|
|
||||||
```
|
|
||||||
|
|
||||||
You can reach hacksalot directly at:
|
|
||||||
|
|
||||||
```
|
|
||||||
hacksalot@indevious.com
|
|
||||||
```
|
|
||||||
|
|
||||||
Thanks! See you out there in the trenches.
|
|
||||||
|
|
||||||
[fcv]: https://github.com/fluentdesk/fluentcv
|
|
||||||
[flow]: https://guides.github.com/introduction/flow/
|
|
||||||
[iss]: https://github.com/hacksalot/HackMyResume/issues
|
|
||||||
[ha]: https://github.com/hacksalot
|
|
||||||
[th]: https://github.com/tomheon
|
|
||||||
[awesome]: https://github.com/hacksalot/HackMyResume/graphs/contributors
|
|
||||||
@@ -1,228 +0,0 @@
|
|||||||
Frequently Asked Questions (FAQ)
|
|
||||||
================================
|
|
||||||
|
|
||||||
## How do I get started with HackMyResume?
|
|
||||||
|
|
||||||
1. Install with NPM: `[sudo] npm install hackmyresume -g`.
|
|
||||||
|
|
||||||
2. Create a new resume with: `hackmyresume NEW <resume-name>.json`.
|
|
||||||
|
|
||||||
3. Test with `hackmyresume BUILD <resume-name>.json`. Look in the `out/` folder.
|
|
||||||
|
|
||||||
4. Play around with different themes with the `-t` or `--theme` parameter.
|
|
||||||
You can use any [FRESH](https://github.com/fluentdesk/fresh-themes) or
|
|
||||||
[JSON Resume](https://jsonresume.org/themes) theme. The latter have to be
|
|
||||||
installed first.
|
|
||||||
|
|
||||||
## What is FRESH?
|
|
||||||
|
|
||||||
FRESH is the **F**luent **R**esume and **E**mployment **S**ystem for **H**umans.
|
|
||||||
It's an open-source, user-first workflow, schema, and set of practices for
|
|
||||||
technical candidates and recruiters.
|
|
||||||
|
|
||||||
## What is FRESCA?
|
|
||||||
|
|
||||||
The **F**RESH **R**esume and **E**mployment **SC**hem**A**—an open-source,
|
|
||||||
JSON-driven schema for resumes, CVs, and other employment artifacts. FRESCA is
|
|
||||||
the recommended schema/format for FRESH, with optional support for JSON Resume.
|
|
||||||
|
|
||||||
## What is JSON Resume?
|
|
||||||
|
|
||||||
An [open resume standard](http://jsonresume.org/themes/) sponsored by Hired.com.
|
|
||||||
Like FRESCA, JSON Resume is JSON-driven and open-source. Unlike FRESCA, JSON
|
|
||||||
Resume targets a worldwide audience where FRESCA is optimized for technical
|
|
||||||
candidates.
|
|
||||||
|
|
||||||
## Should I use the FRESH or JSON Resume format/schema for my resume?
|
|
||||||
|
|
||||||
Both! The workflow we like to use:
|
|
||||||
|
|
||||||
1. Create a resume in FRESH format for tooling and analysis.
|
|
||||||
2. Convert it to JSON Resume format for additional themes/tools.
|
|
||||||
3. Maintain both versions.
|
|
||||||
|
|
||||||
Both formats are open-source and both formats are JSON-driven. FRESH was
|
|
||||||
designed as a universal container format and superset of existing formats, where
|
|
||||||
the JSON Resume format is intended for a generic audience.
|
|
||||||
|
|
||||||
## How do I use a FRESH theme?
|
|
||||||
|
|
||||||
Several FRESH themes come preinstalled with HackMyResume; others can be
|
|
||||||
installed from NPM and GitHub.
|
|
||||||
|
|
||||||
### To use a preinstalled FRESH theme:
|
|
||||||
|
|
||||||
1. Pass the theme name into HackMyResume via the `--theme` or `-t` parameter:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume build resume.json --theme compact
|
|
||||||
```
|
|
||||||
|
|
||||||
### To use an external FRESH theme:
|
|
||||||
|
|
||||||
1. Install the theme locally. The easiest way to do that is with NPM.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install fresh-theme-underscore
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Pass the theme folder into HackMyResume:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json --theme node_modules/fresh-theme-underscore
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Check your output folder. It's best to view HTML formats over a local web
|
|
||||||
server connection.
|
|
||||||
|
|
||||||
## How do I use a JSON Resume theme?
|
|
||||||
|
|
||||||
JSON Resume (JRS) themes can be installed from NPM and GitHub and passed into
|
|
||||||
HackMyResume via the `--theme` or `-t` parameter.
|
|
||||||
|
|
||||||
1. Install the theme locally. The easiest way to do that is with NPM.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install jsonresume-theme-classy
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Pass the theme folder path into HackMyResume:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json --theme node_modules/jsonresume-theme-classy
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Check your output folder. It's best to view HTML formats over a local web
|
|
||||||
server connection.
|
|
||||||
|
|
||||||
## Should I keep my resume in version control?
|
|
||||||
|
|
||||||
Absolutely! As text-based, JSON-driven documents, both FRESH and JSON Resume are
|
|
||||||
ideal candidates for version control. Future versions of HackMyResume will have
|
|
||||||
this functionality built in.
|
|
||||||
|
|
||||||
## Can I change the default section titles ("Employment", "Skills", etc.)?
|
|
||||||
|
|
||||||
If you're using a FRESH theme, yes. First, create a HackMyResume options file
|
|
||||||
mapping resume sections to your preferred section title:
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
// myoptions.json
|
|
||||||
{
|
|
||||||
"sectionTitles": {
|
|
||||||
"employment": "empleo",
|
|
||||||
"skills": "habilidades",
|
|
||||||
"education": "educación"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, pass the options file into the `-o` or `--opts` parameter:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json -o myoptions.json
|
|
||||||
```
|
|
||||||
|
|
||||||
This ability is currently only supported for FRESH resume themes.
|
|
||||||
|
|
||||||
## How does resume merging work?
|
|
||||||
|
|
||||||
Resume merging is a way of storing your resume in separate files that
|
|
||||||
HackMyResume will merge into a single "master" resume file prior to generating
|
|
||||||
specific output formats like HTML or PDF. It's a way of producing flexible,
|
|
||||||
configurable, targeted resumes with minimal duplication.
|
|
||||||
|
|
||||||
For example, a software developer who moonlights as a game programmer might
|
|
||||||
create three FRESH or JRS resumes at different levels of specificity:
|
|
||||||
|
|
||||||
- **generic.json**: A generic technical resume, suitable for all audiences.
|
|
||||||
- **game-developer.json**: Overrides and amendments for game developer
|
|
||||||
positions.
|
|
||||||
- **blizzard.json**: Overrides and amendments specific to a hypothetical
|
|
||||||
position at Blizzard.
|
|
||||||
|
|
||||||
If you run `hackmyresume BUILD generic.json TO out/resume.all`, HMR will
|
|
||||||
generate all available output formats for the `generic.json` as usual. But if
|
|
||||||
you instead run...
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD generic.json game-developer.json TO out/resume.all
|
|
||||||
```
|
|
||||||
|
|
||||||
...HackMyResume will notice that multiple source resumes were specified and
|
|
||||||
merge `game-developer.json` onto `generic.json` before generating, yielding a
|
|
||||||
resume that's more suitable for game-developer-related positions.
|
|
||||||
|
|
||||||
You can take this a step further. Let's say you want to do a targeted resume
|
|
||||||
submission to a game developer position at Blizzard, and `blizzard.json`
|
|
||||||
contains the edits and revisions you'd like to show up in the targeted resume.
|
|
||||||
In that case, merge again! Feed all three resumes to HackMyResume, in order
|
|
||||||
from most generic to most specific, and HMR will merge them all prior to
|
|
||||||
generating the final output format(s) for your resume.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Merge blizzard.json onto game-developer.json onto generic.json, then build
|
|
||||||
hackmyresume BUILD generic.json game-developer.json blizzard.json TO out/resume.all
|
|
||||||
```
|
|
||||||
|
|
||||||
There's no limit to the number of resumes you can merge this way.
|
|
||||||
|
|
||||||
You can also divide your resume into files containing different sections:
|
|
||||||
|
|
||||||
- **resume-a.json**: Contains `info`, `employment`, and `summary` sections.
|
|
||||||
- **resume-b.json**: Contains all other sections except `references`.
|
|
||||||
- **references.json**: Contains the private `references` section.
|
|
||||||
|
|
||||||
Under that scenario, `hackmyresume BUILD resume-a.json resume-b.json` would
|
|
||||||
|
|
||||||
|
|
||||||
## The HackMyResume terminal color scheme is giving me a headache. Can I disable it?
|
|
||||||
|
|
||||||
Yes. Use the `--no-color` option to disable terminal colors:
|
|
||||||
|
|
||||||
`hackmyresume <somecommand> <someoptions> --no-color`
|
|
||||||
|
|
||||||
## What's the difference between a FRESH theme and a JSON Resume theme?
|
|
||||||
|
|
||||||
FRESH themes are multiformat (HTML, Word, PDF, etc.) and required to support
|
|
||||||
Markdown formatting, configurable section titles, and various other features.
|
|
||||||
|
|
||||||
JSON Resume themes are typically HTML-driven, but capable of expansion to other
|
|
||||||
formats through tools. JSON Resume themes don't support Markdown natively, but
|
|
||||||
HMR does its best to apply your Markdown, when present, to any JSON Resume
|
|
||||||
themes it encounters.
|
|
||||||
|
|
||||||
## Do I have to have a FRESH resume to use a FRESH theme or a JSON Resume to use a JSON Resume theme?
|
|
||||||
|
|
||||||
No. You can mix and match FRESH and JRS-format themes freely. HackMyResume will
|
|
||||||
perform the necessary conversions on the fly.
|
|
||||||
|
|
||||||
## Can I build my own custom FRESH theme?
|
|
||||||
|
|
||||||
Yes. The easiest way is to copy an existing FRESH theme, like `modern` or
|
|
||||||
`compact`, and make your changes there. You can test your theme with:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume build resume.json --theme path/to/my/theme/folder
|
|
||||||
```
|
|
||||||
|
|
||||||
## Can I build my own custom JSON Resume theme?
|
|
||||||
|
|
||||||
Yes. The easiest way is to copy an existing JSON Rsume theme and make your
|
|
||||||
changes there. You can test your theme with:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume build resume.json --theme path/to/my/theme/folder
|
|
||||||
```
|
|
||||||
|
|
||||||
## Can I build my own tools / services / apps / websites around FRESH / FRESCA?
|
|
||||||
|
|
||||||
Yes! FRESH/FRESCA formats are 100% open source, permissively licensed under MIT,
|
|
||||||
and 100% free from company-specific, tool-specific, or commercially oriented
|
|
||||||
lock-in or cruft. These are clean formats designed for users and builders.
|
|
||||||
|
|
||||||
## Can I build my own tools / services / apps / websites around JSON Resume?
|
|
||||||
|
|
||||||
Yes! HackMyResume is not affiliated with JSON Resume, but like FRESH/FRESCA,
|
|
||||||
JSON Resume is open-source, permissively licensed, and free of proprietary
|
|
||||||
lock-in. See the JSON Resume website for details.
|
|
||||||
@@ -1,107 +0,0 @@
|
|||||||
module.exports = function (grunt) {
|
|
||||||
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
var opts = {
|
|
||||||
|
|
||||||
pkg: grunt.file.readJSON('package.json'),
|
|
||||||
|
|
||||||
copy: {
|
|
||||||
main: {
|
|
||||||
expand: true,
|
|
||||||
cwd: 'src',
|
|
||||||
src: ['**/*','!**/*.coffee'],
|
|
||||||
dest: 'dist/',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
coffee: {
|
|
||||||
main: {
|
|
||||||
expand: true,
|
|
||||||
cwd: 'src',
|
|
||||||
src: ['**/*.coffee'],
|
|
||||||
dest: 'dist/',
|
|
||||||
ext: '.js'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
simplemocha: {
|
|
||||||
options: {
|
|
||||||
globals: ['expect', 'should'],
|
|
||||||
timeout: 3000,
|
|
||||||
ignoreLeaks: false,
|
|
||||||
ui: 'bdd',
|
|
||||||
reporter: 'spec'
|
|
||||||
},
|
|
||||||
all: { src: ['test/*.js'] }
|
|
||||||
},
|
|
||||||
|
|
||||||
jsdoc : {
|
|
||||||
dist : {
|
|
||||||
src: ['src/**/*.js'],
|
|
||||||
options: {
|
|
||||||
private: true,
|
|
||||||
destination: 'doc'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
clean: {
|
|
||||||
test: ['test/sandbox'],
|
|
||||||
dist: ['dist']
|
|
||||||
},
|
|
||||||
|
|
||||||
yuidoc: {
|
|
||||||
compile: {
|
|
||||||
name: '<%= pkg.name %>',
|
|
||||||
description: '<%= pkg.description %>',
|
|
||||||
version: '<%= pkg.version %>',
|
|
||||||
url: '<%= pkg.homepage %>',
|
|
||||||
options: {
|
|
||||||
paths: 'src/',
|
|
||||||
outdir: 'docs/'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
jshint: {
|
|
||||||
options: {
|
|
||||||
laxcomma: true,
|
|
||||||
expr: true
|
|
||||||
},
|
|
||||||
all: ['Gruntfile.js', 'src/**/*.js', 'test/*.js']
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
grunt.initConfig( opts );
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-coffee');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-copy');
|
|
||||||
grunt.loadNpmTasks('grunt-simple-mocha');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-yuidoc');
|
|
||||||
grunt.loadNpmTasks('grunt-jsdoc');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
|
||||||
grunt.loadNpmTasks('grunt-contrib-clean');
|
|
||||||
|
|
||||||
// Use 'grunt test' for local testing
|
|
||||||
grunt.registerTask('test', 'Test the HackMyResume application.',
|
|
||||||
function( config ) {
|
|
||||||
grunt.task.run(['clean:test','build','jshint','simplemocha:all']);
|
|
||||||
});
|
|
||||||
|
|
||||||
// Use 'grunt document' to build docs
|
|
||||||
grunt.registerTask('document', 'Generate HackMyResume documentation.',
|
|
||||||
function( config ) {
|
|
||||||
grunt.task.run( ['jsdoc'] );
|
|
||||||
});
|
|
||||||
|
|
||||||
// Use 'grunt build' to build HMR
|
|
||||||
grunt.registerTask('build', 'Build the HackMyResume application.',
|
|
||||||
function( config ) {
|
|
||||||
grunt.task.run( ['clean:dist','copy','coffee'] );
|
|
||||||
});
|
|
||||||
|
|
||||||
// Default task does everything
|
|
||||||
grunt.registerTask('default', [ 'test', 'document' ]);
|
|
||||||
|
|
||||||
};
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
The MIT License
|
|
||||||
===============
|
|
||||||
|
|
||||||
Copyright (c) 2016 hacksalot (https://github.com/hacksalot)
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
||||||
@@ -1,567 +0,0 @@
|
|||||||
HackMyResume
|
|
||||||
============
|
|
||||||
|
|
||||||
[![Latest release][img-release]][latest-release]
|
|
||||||
[![Build status (MASTER)][img-master]][travis-url-master]
|
|
||||||
[![Build status (DEV)][img-dev]][travis-url-dev]
|
|
||||||
|
|
||||||
*Create polished résumés and CVs in multiple formats from your command line or
|
|
||||||
shell. Author in clean Markdown and JSON, export to Word, HTML, PDF, LaTeX,
|
|
||||||
plain text, and other arbitrary formats. Fight the power, save trees. Compatible
|
|
||||||
with [FRESH][fresca] and [JRS][6] resumes.*
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
HackMyResume is a dev-friendly, local-only Swiss Army knife for resumes and CVs.
|
|
||||||
Use it to:
|
|
||||||
|
|
||||||
1. **Generate** HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML,
|
|
||||||
YAML, print, smoke signal, carrier pigeon, and other arbitrary-format resumes
|
|
||||||
and CVs, from a single source of truth—without violating DRY.
|
|
||||||
2. **Analyze** your resume for keyword density, gaps/overlaps, and other
|
|
||||||
metrics.
|
|
||||||
3. **Convert** resumes between [FRESH][fresca] and [JSON Resume][6] formats.
|
|
||||||
4. **Validate** resumes against either format.
|
|
||||||
|
|
||||||
HackMyResume is built with Node.js and runs on recent versions of OS X, Linux,
|
|
||||||
or Windows. View the [FAQ](FAQ.md).
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- OS X, Linux, and Windows.
|
|
||||||
- Choose from dozens of FRESH or JSON Resume themes.
|
|
||||||
- Private, local-only resume authoring and analysis.
|
|
||||||
- Analyze your resume for keywords, gaps, and other metrics.
|
|
||||||
- Store your resume data as a durable, versionable JSON or YAML document.
|
|
||||||
- Generate polished resumes in multiple formats without violating [DRY][dry].
|
|
||||||
- Output to HTML, Markdown, LaTeX, PDF, MS Word, JSON, YAML, plain text, or XML.
|
|
||||||
- Validate resumes against the FRESH or JSON Resume schema.
|
|
||||||
- Support for multiple input and output resumes.
|
|
||||||
- Convert between FRESH and JSON Resume resumes.
|
|
||||||
- Use from your command line or [desktop][7].
|
|
||||||
- Free and open-source through the MIT license.
|
|
||||||
- Updated daily / weekly. Contributions are [welcome](CONTRIBUTING.md).
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
Install the latest stable version of HackMyResume with NPM:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
[sudo] npm install hackmyresume -g
|
|
||||||
```
|
|
||||||
|
|
||||||
Alternately, install the latest bleeding-edge version (updated daily):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
[sudo] npm install hacksalot/hackmyresume#dev -g
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installing PDF Support (optional)
|
|
||||||
|
|
||||||
HackMyResume tries not to impose a specific PDF engine requirement on
|
|
||||||
the user, but will instead work with whatever PDF engines you have installed.
|
|
||||||
|
|
||||||
Currently, HackMyResume's PDF generation requires either [Phantom.js][2] or
|
|
||||||
[wkhtmltopdf][3] to be installed on your system and the `phantomjs` and/or
|
|
||||||
`wkhtmltopdf` binaries to be accessible on your PATH. This is an optional
|
|
||||||
requirement for users who care about PDF formats. If you don't care about PDF
|
|
||||||
formats, skip this step.
|
|
||||||
|
|
||||||
## Installing Themes
|
|
||||||
|
|
||||||
HackMyResume supports both [FRESH][fresh-themes] and [JSON Resume][jrst]-style
|
|
||||||
résumé themes.
|
|
||||||
|
|
||||||
- FRESH themes currently come preinstalled with HackMyResume.
|
|
||||||
- JSON Resume themes can be installed from NPM, GitHub, or manually.
|
|
||||||
|
|
||||||
To install a JSON Resume theme, just `cd` to the folder where you want to store
|
|
||||||
your themes and run one of:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Install with NPM
|
|
||||||
npm install jsonresume-theme-[theme-name]
|
|
||||||
|
|
||||||
# Install with GitHub
|
|
||||||
git clone https://github.com/[user-or-org]/[repo-name]
|
|
||||||
```
|
|
||||||
|
|
||||||
Then when you're ready to generate your resume, just reference the location of
|
|
||||||
the theme folder as you installed it:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.all -t node_modules/jsonresume-theme-classy
|
|
||||||
```
|
|
||||||
|
|
||||||
Note: You can use install themes anywhere on your file system. You don't need a
|
|
||||||
package.json or other NPM/Node infrastructure.
|
|
||||||
|
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
To use HackMyResume you'll need to create a valid resume in either
|
|
||||||
[FRESH][fresca] or [JSON Resume][6] format. Then you can start using the command
|
|
||||||
line tool. There are five basic commands you should be aware of:
|
|
||||||
|
|
||||||
- **build** generates resumes in HTML, Word, Markdown, PDF, and other formats.
|
|
||||||
Use it when you need to submit, upload, print, or email resumes in specific
|
|
||||||
formats.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# hackmyresume BUILD <INPUTS...> TO <OUTPUTS...> [-t THEME]
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.all
|
|
||||||
hackmyresume BUILD r1.json r2.json TO out/rez.html out/rez.md foo/rez.all
|
|
||||||
```
|
|
||||||
|
|
||||||
- **new** creates a new resume in FRESH or JSON Resume format.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# hackmyresume NEW <OUTPUTS...> [-f <FORMAT>]
|
|
||||||
hackmyresume NEW resume.json
|
|
||||||
hackmyresume NEW resume.json -f fresh
|
|
||||||
hackmyresume NEW r1.json r2.json -f jrs
|
|
||||||
```
|
|
||||||
|
|
||||||
- **analyze** inspects your resume for keywords, duration, and other metrics.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# hackmyresume ANALYZE <INPUTS...>
|
|
||||||
hackmyresume ANALYZE resume.json
|
|
||||||
hackmyresume ANALYZE r1.json r2.json
|
|
||||||
```
|
|
||||||
|
|
||||||
- **convert** converts your source resume between FRESH and JSON Resume
|
|
||||||
formats. Use it to convert between the two formats to take advantage of tools
|
|
||||||
and services.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# hackmyresume CONVERT <INPUTS...> TO <OUTPUTS...>
|
|
||||||
hackmyresume CONVERT resume.json TO resume-jrs.json
|
|
||||||
hackmyresume CONVERT 1.json 2.json 3.json TO out/1.json out/2.json out/3.json
|
|
||||||
```
|
|
||||||
|
|
||||||
- **validate** validates the specified resume against either the FRESH or JSON
|
|
||||||
Resume schema. Use it to make sure your resume data is sufficient and complete.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# hackmyresume VALIDATE <INPUTS...>
|
|
||||||
hackmyresume VALIDATE resume.json
|
|
||||||
hackmyresume VALIDATE r1.json r2.json r3.json
|
|
||||||
```
|
|
||||||
|
|
||||||
- **peek** echoes your resume or any field, property, or object path on your
|
|
||||||
resume to standard output.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# hackmyresume PEEK <INPUTS...> [OBJECT-PATH]
|
|
||||||
hackmyresume PEEK rez.json # Echo the whole resume
|
|
||||||
hackmyresume PEEK rez.json info.brief # Echo the "info.brief" field
|
|
||||||
hackmyresume PEEK rez.json employment.history[1] # Echo the 1st job
|
|
||||||
hackmyresume PEEK rez.json rez2.json info.brief # Compare value
|
|
||||||
```
|
|
||||||
|
|
||||||
## Supported Output Formats
|
|
||||||
|
|
||||||
HackMyResume supports these output formats:
|
|
||||||
|
|
||||||
Output Format | Ext | Notes
|
|
||||||
------------- | --- | -----
|
|
||||||
HTML | .html | A standard HTML 5 + CSS resume format that can be viewed in a browser, deployed to a website, etc.
|
|
||||||
Markdown | .md | A structured Markdown document that can be used as-is or used to generate HTML.
|
|
||||||
LaTeX | .tex | A structured LaTeX document (or collection of documents) that can be processed with pdflatex, xelatex, and similar tools.
|
|
||||||
MS Word | .doc | A Microsoft Word office document (XML-driven; WordProcessingML).
|
|
||||||
Adobe Acrobat (PDF) | .pdf | A binary PDF document driven by an HTML theme (through wkhtmltopdf).
|
|
||||||
plain text | .txt | A formatted plain text document appropriate for emails or copy-paste.
|
|
||||||
JSON | .json | A JSON representation of the resume.
|
|
||||||
YAML | .yml | A YAML representation of the resume.
|
|
||||||
RTF | .rtf | Forthcoming.
|
|
||||||
Textile | .textile | Forthcoming.
|
|
||||||
image | .png, .bmp | Forthcoming.
|
|
||||||
|
|
||||||
## Use
|
|
||||||
|
|
||||||
Assuming you've got a JSON-formatted resume handy, generating resumes in
|
|
||||||
different formats and combinations is easy. Just run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD <INPUTS> <OUTPUTS> [-t theme].
|
|
||||||
```
|
|
||||||
|
|
||||||
Where `<INPUTS>` is one or more .json resume files, separated by spaces;
|
|
||||||
`<OUTPUTS>` is one or more destination resumes, and `<THEME>` is the desired
|
|
||||||
theme (default to Modern). For example:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Generate all resume formats (HTML, PDF, DOC, TXT, YML, etc.)
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.all -t modern
|
|
||||||
|
|
||||||
# Generate a specific resume format
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.html
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.pdf
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.md
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.doc
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.json
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.txt
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.yml
|
|
||||||
|
|
||||||
# Specify 2 inputs and 3 outputs
|
|
||||||
hackmyresume BUILD in1.json in2.json TO out.html out.doc out.pdf
|
|
||||||
```
|
|
||||||
|
|
||||||
You should see something to the effect of:
|
|
||||||
|
|
||||||
```
|
|
||||||
*** HackMyResume v1.4.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
|
|
||||||
```
|
|
||||||
|
|
||||||
## Advanced
|
|
||||||
|
|
||||||
### Applying a theme
|
|
||||||
|
|
||||||
HackMyResume can work with any FRESH or JSON Resume theme (the latter must be
|
|
||||||
installed first). To specify a theme when generating your resume, use the `-t`
|
|
||||||
or `--theme` parameter:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json TO out/rez.all -t [theme]
|
|
||||||
```
|
|
||||||
|
|
||||||
The `[theme]` parameter can be the name of a predefined theme OR the path to any
|
|
||||||
FRESH or JSON Resume theme folder:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json TO out/rez.all -t modern
|
|
||||||
hackmyresume BUILD resume.json TO OUT.rez.all -t ../some-folder/my-custom-theme/
|
|
||||||
hackmyresume BUILD resume.json TO OUT.rez.all -t node_modules/jsonresume-theme-classy
|
|
||||||
```
|
|
||||||
|
|
||||||
FRESH themes are currently pre-installed with HackMyResume. JSON Resume themes
|
|
||||||
can be installed prior to use:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Install a JSON Resume theme into a local node_modules subfolder:
|
|
||||||
npm install jsonresume-theme-[name]
|
|
||||||
# Use it with HackMyResume
|
|
||||||
hackmyresume build resume.json -t node_modules/jsonresume-theme-[name]
|
|
||||||
```
|
|
||||||
|
|
||||||
As of v1.6.0, available predefined FRESH themes are `positive`, `modern`,
|
|
||||||
`compact`, `minimist`, and `hello-world`. For a list of JSON Resume themes,
|
|
||||||
check the [NPM Registry](https://www.npmjs.com/search?q=jsonresume-theme).
|
|
||||||
|
|
||||||
### Merging resumes
|
|
||||||
|
|
||||||
You can **merge multiple resumes together** by specifying them in order from
|
|
||||||
most generic to most specific:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Merge specific.json onto base.json and generate all formats
|
|
||||||
hackmyresume BUILD base.json specific.json TO resume.all
|
|
||||||
```
|
|
||||||
|
|
||||||
This can be useful for overriding a base (generic) resume with information from
|
|
||||||
a specific (targeted) resume. For example, you might override your generic
|
|
||||||
catch-all "software developer" resume with specific details from your targeted
|
|
||||||
"game developer" resume, or combine two partial resumes into a "complete"
|
|
||||||
resume. Merging follows conventional [extend()][9]-style behavior and there's
|
|
||||||
no arbitrary limit to how many resumes you can merge:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD in1.json in2.json in3.json in4.json TO out.html out.doc
|
|
||||||
Reading JSON resume: in1.json
|
|
||||||
Reading JSON resume: in2.json
|
|
||||||
Reading JSON resume: in3.json
|
|
||||||
Reading JSON resume: in4.json
|
|
||||||
Merging in4.json onto in3.json onto in2.json onto in1.json
|
|
||||||
Generating HTML resume: out.html
|
|
||||||
Generating WORD resume: out.doc
|
|
||||||
```
|
|
||||||
|
|
||||||
### Multiple targets
|
|
||||||
|
|
||||||
You can specify **multiple output targets** and HackMyResume will build them:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Generate out1.doc, out1.pdf, and foo.txt from me.json.
|
|
||||||
hackmyresume BUILD me.json TO out1.doc out1.pdf foo.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
### Using .all
|
|
||||||
|
|
||||||
The special `.all` extension tells HackMyResume to generate all supported output
|
|
||||||
formats for the given resume. For example, this...
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Generate all resume formats (HTML, PDF, DOC, TXT, etc.)
|
|
||||||
hackmyresume BUILD me.json TO out/resume.all
|
|
||||||
```
|
|
||||||
|
|
||||||
..tells HackMyResume to read `me.json` and generate `out/resume.md`,
|
|
||||||
`out/resume.doc`, `out/resume.html`, `out/resume.txt`, `out/resume.pdf`, and
|
|
||||||
`out/resume.json`.
|
|
||||||
|
|
||||||
### Building PDFs
|
|
||||||
|
|
||||||
*Users who don't care about PDFs can turn off PDF generation across all themes
|
|
||||||
and formats with the `--pdf none` switch.*
|
|
||||||
|
|
||||||
HackMyResume takes a unique approach to PDF generation. Instead of enforcing
|
|
||||||
a specific PDF engine on users, HackMyResume will attempt to work with whatever
|
|
||||||
PDF engine you have installed through the engine's command-line interface (CLI).
|
|
||||||
Currently that means one or both of...
|
|
||||||
|
|
||||||
- [wkhtmltopdf][3]
|
|
||||||
- [Phantom.js][3]
|
|
||||||
|
|
||||||
..with support for other engines planned in the future. But for now, **one or
|
|
||||||
both of these engines must be installed and accessible on your PATH in order to
|
|
||||||
generate PDF resumes with HackMyResume**. That means you should be able to
|
|
||||||
invoke either of these tools directly from your shell or terminal without error:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
wkhtmltopdf input.html output.pdf
|
|
||||||
phantomjs script.js input.html output.pdf
|
|
||||||
```
|
|
||||||
|
|
||||||
Assuming you've installed one or both of these engines on your system, you can
|
|
||||||
tell HackMyResume which flavor of PDF generation to use via the `--pdf` option
|
|
||||||
(`-p` for short):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json TO out.all --pdf phantom
|
|
||||||
hackmyresume BUILD resume.json TO out.all --pdf wkhtmltopdf
|
|
||||||
hackmyresume BUILD resume.json TO out.all --pdf none
|
|
||||||
```
|
|
||||||
|
|
||||||
### Analyzing
|
|
||||||
|
|
||||||
HackMyResume can analyze your resume for keywords, employment gaps, and other
|
|
||||||
metrics. Run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume ANALYZE <my-resume>.json
|
|
||||||
```
|
|
||||||
|
|
||||||
Depending on the HackMyResume version, you should see output similar to:
|
|
||||||
|
|
||||||
|
|
||||||
```
|
|
||||||
*** HackMyResume v1.6.0 ***
|
|
||||||
Reading resume: resume.json
|
|
||||||
Analyzing FRESH resume: resume.json
|
|
||||||
|
|
||||||
SECTIONS (10):
|
|
||||||
|
|
||||||
employment: 12
|
|
||||||
education: 2
|
|
||||||
service: 1
|
|
||||||
skills: 8
|
|
||||||
writing: 1
|
|
||||||
recognition: 0
|
|
||||||
social: 4
|
|
||||||
interests: 2
|
|
||||||
references: 1
|
|
||||||
languages: 2
|
|
||||||
|
|
||||||
COVERAGE (61.1%):
|
|
||||||
|
|
||||||
Total Days: 6034
|
|
||||||
Employed: 3688
|
|
||||||
Gaps: 8 [31, 1065, 273, 153, 671, 61, 61, 31]
|
|
||||||
Overlaps: 1 [243]
|
|
||||||
|
|
||||||
KEYWORDS (61):
|
|
||||||
|
|
||||||
Node.js: 6 mentions
|
|
||||||
JavaScript: 9 mentions
|
|
||||||
SQL Server: 3 mentions
|
|
||||||
Visual Studio: 6 mentions
|
|
||||||
Web API: 1 mentions
|
|
||||||
N-tier / 3-tier: 1 mentions
|
|
||||||
HTML 5: 1 mentions
|
|
||||||
JavaScript: 6 mentions
|
|
||||||
CSS: 2 mentions
|
|
||||||
Sass / LESS / SCSS: 1 mentions
|
|
||||||
LAMP: 3 mentions
|
|
||||||
WISC: 1 mentions
|
|
||||||
HTTP: 21 mentions
|
|
||||||
JSON: 1 mentions
|
|
||||||
XML: 2 mentions
|
|
||||||
REST: 1 mentions
|
|
||||||
WebSockets: 2 mentions
|
|
||||||
Backbone.js: 3 mentions
|
|
||||||
Angular.js: 1 mentions
|
|
||||||
Node.js: 4 mentions
|
|
||||||
NPM: 1 mentions
|
|
||||||
Bower: 1 mentions
|
|
||||||
Grunt: 2 mentions
|
|
||||||
Gulp: 1 mentions
|
|
||||||
jQuery: 2 mentions
|
|
||||||
Bootstrap: 3 mentions
|
|
||||||
Underscore.js: 1 mentions
|
|
||||||
PhantomJS: 1 mentions
|
|
||||||
CoffeeScript: 1 mentions
|
|
||||||
Python: 11 mentions
|
|
||||||
Perl: 4 mentions
|
|
||||||
PHP: 7 mentions
|
|
||||||
MySQL: 12 mentions
|
|
||||||
PostgreSQL: 4 mentions
|
|
||||||
NoSQL: 2 mentions
|
|
||||||
Apache: 2 mentions
|
|
||||||
AWS: 2 mentions
|
|
||||||
EC2: 2 mentions
|
|
||||||
RDS: 3 mentions
|
|
||||||
S3: 1 mentions
|
|
||||||
Azure: 1 mentions
|
|
||||||
Rackspace: 1 mentions
|
|
||||||
C++: 23 mentions
|
|
||||||
C++ 11: 1 mentions
|
|
||||||
Boost: 1 mentions
|
|
||||||
Xcode: 2 mentions
|
|
||||||
gcc: 1 mentions
|
|
||||||
OO&AD: 1 mentions
|
|
||||||
.NET: 20 mentions
|
|
||||||
Unity 5: 2 mentions
|
|
||||||
Mono: 3 mentions
|
|
||||||
MonoDevelop: 1 mentions
|
|
||||||
Xamarin: 1 mentions
|
|
||||||
TOTAL: 180 mentions
|
|
||||||
```
|
|
||||||
|
|
||||||
### Validating
|
|
||||||
|
|
||||||
HackMyResume can also validate your resumes against either the [FRESH /
|
|
||||||
FRESCA][fresca] or [JSON Resume][6] formats. To validate one or more existing
|
|
||||||
resumes, use the `validate` command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Validate myresume.json against either the FRESH or JSON Resume schema.
|
|
||||||
hackmyresume VALIDATE resumeA.json resumeB.json
|
|
||||||
```
|
|
||||||
|
|
||||||
HackMyResume will validate each specified resume in turn:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
*** HackMyResume v1.6.0 ***
|
|
||||||
Validating JSON resume: resumeA.json (INVALID)
|
|
||||||
Validating JSON resume: resumeB.json (VALID)
|
|
||||||
```
|
|
||||||
|
|
||||||
### Converting
|
|
||||||
|
|
||||||
HackMyResume can convert between the [FRESH][fresca] and [JSON Resume][6]
|
|
||||||
formats. Just run:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume CONVERT <INPUTS> <OUTPUTS>
|
|
||||||
```
|
|
||||||
|
|
||||||
where <INPUTS> is one or more resumes in FRESH or JSON Resume format, and
|
|
||||||
<OUTPUTS> is a corresponding list of output file names. HackMyResume will
|
|
||||||
autodetect the format (FRESH or JRS) of each input resume and convert it to the
|
|
||||||
other format (JRS or FRESH).
|
|
||||||
|
|
||||||
### File-based Options
|
|
||||||
|
|
||||||
You can pass options into HackMyResume via an external options or ".hackmyrc"
|
|
||||||
file with the `--options` or `-o` switch:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json -o path/to/options.json
|
|
||||||
```
|
|
||||||
|
|
||||||
The options file can contain any documented HackMyResume option, including
|
|
||||||
`theme`, `silent`, `debug`, `pdf`, `css`, and other settings.
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
{
|
|
||||||
// Set the default theme to "compact"
|
|
||||||
"theme": "compact",
|
|
||||||
// Change the "employment" section title text to "Work"
|
|
||||||
"sectionTitles": {
|
|
||||||
"employment": "Work"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
If a particular option is specified both on the command line and in an external
|
|
||||||
options file, the explicit command-line option takes precedence.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# path/to/options.json specifes the POSITIVE theme
|
|
||||||
# -t parameter specifies the COMPACT theme
|
|
||||||
# The -t parameter wins.
|
|
||||||
hackmyresume BUILD resume.json -o path/to/options.json -t compact
|
|
||||||
> Reading resume: resume.json
|
|
||||||
> Applying COMPACT theme (7 formats)
|
|
||||||
```
|
|
||||||
|
|
||||||
### Prettifying
|
|
||||||
|
|
||||||
HackMyResume applies [js-beautify][10]-style HTML prettification by default to
|
|
||||||
HTML-formatted resumes. To disable prettification, the `--no-prettify` or `-n`
|
|
||||||
flag can be used:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json out.all --no-prettify
|
|
||||||
```
|
|
||||||
|
|
||||||
### Silent Mode
|
|
||||||
|
|
||||||
Use `-s` or `--silent` to run in silent mode:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json -o someFile.all -s
|
|
||||||
hackmyresume BUILD resume.json -o someFile.all --silent
|
|
||||||
```
|
|
||||||
|
|
||||||
### Debug Mode
|
|
||||||
|
|
||||||
Use `-d` or `--debug` to force HMR to emit a call stack when errors occur. In
|
|
||||||
the future, this option will emit detailed error logging.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume BUILD resume.json -d
|
|
||||||
hackmyresume ANALYZE resume.json --debug
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
HackMyResume is a community-driven free and open source project under the MIT
|
|
||||||
License. Contributions are encouraged and we respond to all PRs and issues,
|
|
||||||
usually within 24 hours. See [CONTRIBUTING.md][contribute] for details.
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
MIT. Go crazy. See [LICENSE.md][1] for details.
|
|
||||||
|
|
||||||
[1]: LICENSE.md
|
|
||||||
[2]: http://phantomjs.org/
|
|
||||||
[3]: http://wkhtmltopdf.org/
|
|
||||||
[4]: https://nodejs.org/
|
|
||||||
[5]: https://www.npmjs.com/
|
|
||||||
[6]: http://jsonresume.org
|
|
||||||
[7]: http://fluentcv.com
|
|
||||||
[8]: https://youtu.be/N9wsjroVlu8
|
|
||||||
[9]: https://api.jquery.com/jquery.extend/
|
|
||||||
[10]: https://github.com/beautify-web/js-beautify
|
|
||||||
[fresh]: https://github.com/fluentdesk/FRESH
|
|
||||||
[fresca]: https://github.com/fluentdesk/FRESCA
|
|
||||||
[dry]: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself
|
|
||||||
[img-release]: https://img.shields.io/github/release/hacksalot/HackMyResume.svg?label=version
|
|
||||||
[img-master]: https://img.shields.io/travis/hacksalot/HackMyResume/master.svg
|
|
||||||
[img-dev]: https://img.shields.io/travis/hacksalot/HackMyResume/dev.svg?label=dev
|
|
||||||
[travis-url-master]: https://travis-ci.org/hacksalot/HackMyResume?branch=master
|
|
||||||
[travis-url-dev]: https://travis-ci.org/hacksalot/HackMyResume?branch=dev
|
|
||||||
[latest-release]: https://github.com/hacksalot/HackMyResume/releases/latest
|
|
||||||
[contribute]: CONTRIBUTING.md
|
|
||||||
[fresh-themes]: https://github.com/fluentdesk/fresh-themes
|
|
||||||
[jrst]: https://www.npmjs.com/search?q=jsonresume-theme
|
|
||||||
@@ -1,107 +0,0 @@
|
|||||||
Development Roadmap
|
|
||||||
===================
|
|
||||||
|
|
||||||
## Short-Term
|
|
||||||
|
|
||||||
### FluentCV Desktop: Beta 1
|
|
||||||
|
|
||||||
The **FluentCV Desktop 1.0 beta release** will present HackMyResume
|
|
||||||
functionality in a cross-platform desktop application for OS X, Linux, and
|
|
||||||
Windows.
|
|
||||||
|
|
||||||
### GitHub Integration
|
|
||||||
|
|
||||||
HackMyResume will offer GitHub integration for versioned resume storage and
|
|
||||||
retrieval via the `COMMIT` or `STORE` command(s) starting in 1.7.0 or 1.8.0.
|
|
||||||
|
|
||||||
### fresh-themes 1.0.0
|
|
||||||
|
|
||||||
The **fresh-themes 1.0** release will bring 100% coverage of the FRESH and JRS
|
|
||||||
object models—all resume sections and fields—along with
|
|
||||||
documentation, theme developer's guide, new themes, and a freeze to the FRESH
|
|
||||||
theme structure.
|
|
||||||
|
|
||||||
### Better LaTeX support
|
|
||||||
|
|
||||||
Including Markdown-to-LaTeX translation and more LaTeX-driven themes / formats.
|
|
||||||
|
|
||||||
### StackOverflow and LinkedIn support
|
|
||||||
|
|
||||||
Will start appearing in v1.7.0, with incremental improvements in 1.8.0 and
|
|
||||||
beyond.
|
|
||||||
|
|
||||||
### Improved resume sorting and arranging
|
|
||||||
|
|
||||||
**Better resume sorting** of items and sections: ascending, descending, by
|
|
||||||
date or other criteria ([#67][i67]).
|
|
||||||
|
|
||||||
### Remote resume / theme loading
|
|
||||||
|
|
||||||
Support remote loading of themes and resumes over `http`, `https`, and
|
|
||||||
`git://`. Enable these usage patterns:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
hackmyresume build https://somesite.com/my-resume.json -t informatic
|
|
||||||
|
|
||||||
hackmyresume build resume.json -t npm:fresh-theme-ergonomic
|
|
||||||
|
|
||||||
hackmyresume analyze https://github.com/foo/my-resume
|
|
||||||
```
|
|
||||||
|
|
||||||
### 100% code coverage
|
|
||||||
|
|
||||||
Should reduce certain classes of errors and allow HMR to display a nifty 100%
|
|
||||||
code coverage badge.
|
|
||||||
|
|
||||||
### Improved **documentation and samples**
|
|
||||||
|
|
||||||
Expanded documentation and samples throughout.
|
|
||||||
|
|
||||||
## Mid-Term
|
|
||||||
|
|
||||||
### Cover letters and job descriptions
|
|
||||||
|
|
||||||
Add support for schema-driven **cover letters** and **job descriptions**.
|
|
||||||
|
|
||||||
### Character Sheets
|
|
||||||
|
|
||||||
HackMyResume 2.0 will ship with support for, yes, RPG-style character sheets.
|
|
||||||
This will demonstrate the tool's ability to flow arbitrary JSON to concrete
|
|
||||||
document(s) and provide unique albeit niche functionality around various games
|
|
||||||
([#117][i117]).
|
|
||||||
|
|
||||||
### Rich text (.rtf) output formats
|
|
||||||
|
|
||||||
Basic support for **rich text** `.rtf` output formats.
|
|
||||||
|
|
||||||
### Investigate: groff support
|
|
||||||
|
|
||||||
Investigate adding [**groff**][groff] support, because that would, indeed, be
|
|
||||||
[dope][d] ([#37][i37]).
|
|
||||||
|
|
||||||
### Investigate: org-mode support
|
|
||||||
|
|
||||||
Investigate adding [**org mode**][om] support ([#38][i38]).
|
|
||||||
|
|
||||||
### Investigate: Scribus
|
|
||||||
|
|
||||||
Investigate adding [**Scribus SLA**][scri] support ([#54][i54]).
|
|
||||||
|
|
||||||
### Support JSON Resume 1.0.0
|
|
||||||
|
|
||||||
When released.
|
|
||||||
|
|
||||||
## Long-Term
|
|
||||||
|
|
||||||
- TBD
|
|
||||||
|
|
||||||
[groff]: http://www.gnu.org/software/groff/
|
|
||||||
[om]: http://orgmode.org/
|
|
||||||
[scri]: https://en.wikipedia.org/wiki/Scribus
|
|
||||||
[d]: https://github.com/hacksalot/HackMyResume/issues/37#issue-123818674
|
|
||||||
[i37]: https://github.com/hacksalot/HackMyResume/issues/37
|
|
||||||
[i38]: https://github.com/hacksalot/HackMyResume/issues/38
|
|
||||||
[i54]: https://github.com/hacksalot/HackMyResume/issues/54
|
|
||||||
[i67]: https://github.com/hacksalot/HackMyResume/issues/67
|
|
||||||
[i107]: https://github.com/hacksalot/HackMyResume/issues/107
|
|
||||||
[i117]: https://github.com/hacksalot/HackMyResume/issues/117
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# Welcome to Jekyll!
|
||||||
|
#
|
||||||
|
# This config file is meant for settings that affect your whole blog, values
|
||||||
|
# which you are expected to set up once and rarely need to edit after that.
|
||||||
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||||
|
# 'jekyll serve'. If you change this file, please restart the server process.
|
||||||
|
|
||||||
|
# Site settings
|
||||||
|
title: HackMyResume
|
||||||
|
titleMarkup: "<span style='color: #B5B5B5;'>Hack</span><span style='color: #8A8A8A;'>My</span><span>Resume</span>"
|
||||||
|
email: hacksalot@indevious.com
|
||||||
|
description: > # this means to ignore newlines until "baseurl:"
|
||||||
|
Write an awesome description for your new site here. You can edit this
|
||||||
|
line in _config.yml. It will appear in your document head meta (for
|
||||||
|
Google search results) and in your feed.xml site description.
|
||||||
|
baseurl: "/HackMyResume" # the subpath of your site, e.g. /blog
|
||||||
|
url: "https://fluentdesk.com/hackmyresume" # the base hostname & protocol for your site
|
||||||
|
github_url: "https://github.com/hacksalot/HackMyResume"
|
||||||
|
github_short: hacksalot/HackMyResume
|
||||||
|
author_name: hacksalot
|
||||||
|
twitter_username: tweetsalot
|
||||||
|
github_username: hacksalot
|
||||||
|
npm_package: hackmyresume
|
||||||
|
|
||||||
|
# Build settings
|
||||||
|
markdown: kramdown
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
|
||||||
|
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
||||||
|
<meta name="msapplication-TileColor" content="#da532c">
|
||||||
|
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||||
|
<meta name="theme-color" content="#ffffff">
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
<script>
|
||||||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
|
ga('create', 'UA-71630179-1', 'auto');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
|
||||||
|
</script>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||||
|
<title>{{ site.title }}</title>
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300' rel='stylesheet' type='text/css'>
|
||||||
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
{% include google-analytics.html %}
|
||||||
|
{% include favicons.html %}
|
||||||
|
</head>
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
layout: master-bare
|
||||||
|
---
|
||||||
|
<div class="wrapper">
|
||||||
|
<header>
|
||||||
|
<h1><img src="android-chrome-48x48.png" class="logo">{{ site.titleMarkup }}</h1>
|
||||||
|
<p>A Swiss Army Knife for <strong>résumés and CVs</strong><br>For Windows, OS X, Linux, and Node.js</p>
|
||||||
|
{{ content }}
|
||||||
|
<p><strong>Install</strong> with NPM:<br><br><code>npm install hackmyresume -g</code></p>
|
||||||
|
<p><strong>Feed me</strong>: One or more <a href="https://github.com/fluentdesk/FRESCA">FRESH</a> or <a href="https://jsonresume.org/schema/">JSON Resume</a> format résumés.</p>
|
||||||
|
<p><strong>Sit back</strong> while I generate polished résumés in HTML, WORD, Markdown, PDF, LaTeX, JSON, YAML, XML, plain text, smoke signal, and carrier pigeon.</p>
|
||||||
|
<p><strong>Themes</strong>: Choose from any <a href="https://github.com/fluentdesk/fresh-themes">FRESH</a> or <a href="https://jsonresume.org/themes/">JSON Resume</a> theme or <strong>build your own</strong> with Handlebars or Underscore.</p>
|
||||||
|
<p><strong>Validation?</strong> Yup.</p>
|
||||||
|
<p><strong>100% Private and Local</strong> No registration, no drive-by resume uploads, no dialing home, no recruitment.</p>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.npmjs.com/package/{{ site.npm_package }}">Install with <strong>NPM</strong></a></li>
|
||||||
|
<li><a href="{{ site.github_url }}">View on <strong>GitHub</strong></a></li>
|
||||||
|
<li><a href="jane/resume.html">See a <strong>SAMPLE</strong></a></li>
|
||||||
|
</ul>
|
||||||
|
<p>This project is maintained by <a href="https://github.com/{{ site.github_username }}">{{ site.author_name }}</a><br>
|
||||||
|
Hosted on GitHub Pages</p>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
<footer>
|
||||||
|
<div class="wrapper">
|
||||||
|
<h1>Not a fan of the command line? Check out <a href="http://fluentcv.com">FluentCV Desktop</a>.</h1>
|
||||||
|
<a href="http://fluentcv.com"><img src="img/fluentcv_desktop.png" id="fluentcv"></a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script src="/js/scale.fix.js"></script>
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
{% include head.html %}
|
||||||
|
<body>
|
||||||
|
{{ content }}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "Welcome to Jekyll!"
|
||||||
|
date: 2015-12-21 04:00:02 -0500
|
||||||
|
categories: jekyll update
|
||||||
|
---
|
||||||
|
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||||
|
|
||||||
|
To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
|
||||||
|
|
||||||
|
Jekyll also offers powerful support for code snippets:
|
||||||
|
|
||||||
|
{% highlight ruby %}
|
||||||
|
def print_hi(name)
|
||||||
|
puts "Hi, #{name}"
|
||||||
|
end
|
||||||
|
print_hi('Tom')
|
||||||
|
#=> prints 'Hi, Tom' to STDOUT.
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
|
||||||
|
|
||||||
|
[jekyll-docs]: http://jekyllrb.com/docs/home
|
||||||
|
[jekyll-gh]: https://github.com/jekyll/jekyll
|
||||||
|
[jekyll-talk]: https://talk.jekyllrb.com/
|
||||||
@@ -0,0 +1,272 @@
|
|||||||
|
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700italic,700);
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #fff;
|
||||||
|
padding: 0; margin: 0;
|
||||||
|
font: 14px/1.5 $base-font;
|
||||||
|
color:#727272;
|
||||||
|
font-weight:400;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
color:#222;
|
||||||
|
margin:0 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p, ul, ol, table, pre, dl {
|
||||||
|
margin:0 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3 {
|
||||||
|
line-height:1.1;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size:28px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
position: relative;
|
||||||
|
padding-left: 17px;
|
||||||
|
font-family: $title-font;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color:#393939;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3, h4, h5, h6 {
|
||||||
|
color:#494949;
|
||||||
|
}
|
||||||
|
|
||||||
|
p > code {
|
||||||
|
background-color: #EAEAEA;
|
||||||
|
padding: 5px;
|
||||||
|
text-transform: none;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color:#39c;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color:#069;
|
||||||
|
}
|
||||||
|
|
||||||
|
a small {
|
||||||
|
font-size:11px;
|
||||||
|
color:#777;
|
||||||
|
margin-top:-0.3em;
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover small {
|
||||||
|
color:#777;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 1150px;
|
||||||
|
margin:0 auto;
|
||||||
|
padding: 40px 20px;
|
||||||
|
// Expand with height of floated children
|
||||||
|
// http://stackoverflow.com/q/804926/4942583
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left:1px solid #e5e5e5;
|
||||||
|
margin:0;
|
||||||
|
padding:0 0 0 20px;
|
||||||
|
font-style:italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
code, pre {
|
||||||
|
font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
|
||||||
|
color:#333;
|
||||||
|
font-size:12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
padding:8px 15px;
|
||||||
|
background: #f8f8f8;
|
||||||
|
border-radius:5px;
|
||||||
|
border:1px solid #e5e5e5;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width:100%;
|
||||||
|
border-collapse:collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
text-align:left;
|
||||||
|
padding:5px 10px;
|
||||||
|
border-bottom:1px solid #e5e5e5;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
color:#444;
|
||||||
|
font-weight:700;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
color:#444;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width:100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
header, section, footer, img, .wrapper {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
position: static;
|
||||||
|
-webkit-font-smoothing:subpixel-antialiased;
|
||||||
|
min-width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header ul {
|
||||||
|
list-style:none;
|
||||||
|
height:40px;
|
||||||
|
padding:0;
|
||||||
|
background: #f4f4f4;
|
||||||
|
border-radius:5px;
|
||||||
|
border:1px solid #e0e0e0;
|
||||||
|
width:270px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header li {
|
||||||
|
width:89px;
|
||||||
|
float:left;
|
||||||
|
border-right:1px solid #e0e0e0;
|
||||||
|
height:40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header > p {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 80%;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header li:first-child a {
|
||||||
|
border-radius:5px 0 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header li:last-child a {
|
||||||
|
border-radius:0 5px 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
header ul a {
|
||||||
|
line-height:1;
|
||||||
|
font-size:11px;
|
||||||
|
color:#999;
|
||||||
|
display:block;
|
||||||
|
text-align:center;
|
||||||
|
padding-top:6px;
|
||||||
|
height:34px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header ul a:hover {
|
||||||
|
color:#999;
|
||||||
|
}
|
||||||
|
|
||||||
|
header ul a:active {
|
||||||
|
background-color:#f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
color:#222;
|
||||||
|
font-weight:700;
|
||||||
|
}
|
||||||
|
|
||||||
|
header ul li + li + li {
|
||||||
|
border-right:none;
|
||||||
|
width:89px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header ul a strong {
|
||||||
|
font-size:14px;
|
||||||
|
display:block;
|
||||||
|
color:#222;
|
||||||
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
width: 66%;
|
||||||
|
float: left;
|
||||||
|
max-width: 750px;
|
||||||
|
padding-bottom:50px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size:11px;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border:0;
|
||||||
|
background:#e5e5e5;
|
||||||
|
height:1px;
|
||||||
|
margin:0 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
width: 100%;
|
||||||
|
float: none;
|
||||||
|
position: static;
|
||||||
|
-webkit-font-smoothing:subpixel-antialiased;
|
||||||
|
background-color: #232323;
|
||||||
|
padding: 0;
|
||||||
|
h1 {
|
||||||
|
color: #DADADA;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 44px;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: #4EC4FF;
|
||||||
|
&:hover {
|
||||||
|
color: #A8E2FF;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
img.main {
|
||||||
|
border: solid 10px #000;
|
||||||
|
border-radius: 10px;
|
||||||
|
margin: 0;
|
||||||
|
max-width: 100%;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img.logo {
|
||||||
|
position: absolute;
|
||||||
|
width: 24px;
|
||||||
|
top: 4px;
|
||||||
|
left: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img#fluentcv {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 760px) {
|
||||||
|
img.main {
|
||||||
|
position: absolute;
|
||||||
|
right: 20px; top: 40px;
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
width: 33%;
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
.highlight { background: #ffffff; }
|
||||||
|
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
||||||
|
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||||
|
.highlight .k { font-weight: bold } /* Keyword */
|
||||||
|
.highlight .o { font-weight: bold } /* Operator */
|
||||||
|
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
||||||
|
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
|
||||||
|
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
|
||||||
|
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
||||||
|
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
||||||
|
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
|
||||||
|
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||||
|
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
||||||
|
.highlight .gh { color: #999999 } /* Generic.Heading */
|
||||||
|
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
||||||
|
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
|
||||||
|
.highlight .go { color: #888888 } /* Generic.Output */
|
||||||
|
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
||||||
|
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||||
|
.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
|
||||||
|
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
||||||
|
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
||||||
|
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
||||||
|
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
|
||||||
|
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
|
||||||
|
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
||||||
|
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
||||||
|
.highlight .m { color: #009999 } /* Literal.Number */
|
||||||
|
.highlight .s { color: #d14 } /* Literal.String */
|
||||||
|
.highlight .na { color: #008080 } /* Name.Attribute */
|
||||||
|
.highlight .nb { color: #0086B3 } /* Name.Builtin */
|
||||||
|
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
|
||||||
|
.highlight .no { color: #008080 } /* Name.Constant */
|
||||||
|
.highlight .ni { color: #800080 } /* Name.Entity */
|
||||||
|
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
|
||||||
|
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
|
||||||
|
.highlight .nn { color: #555555 } /* Name.Namespace */
|
||||||
|
.highlight .nt { color: #000080 } /* Name.Tag */
|
||||||
|
.highlight .nv { color: #008080 } /* Name.Variable */
|
||||||
|
.highlight .ow { font-weight: bold } /* Operator.Word */
|
||||||
|
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||||
|
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
||||||
|
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
||||||
|
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
||||||
|
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
||||||
|
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
|
||||||
|
.highlight .sc { color: #d14 } /* Literal.String.Char */
|
||||||
|
.highlight .sd { color: #d14 } /* Literal.String.Doc */
|
||||||
|
.highlight .s2 { color: #d14 } /* Literal.String.Double */
|
||||||
|
.highlight .se { color: #d14 } /* Literal.String.Escape */
|
||||||
|
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
|
||||||
|
.highlight .si { color: #d14 } /* Literal.String.Interpol */
|
||||||
|
.highlight .sx { color: #d14 } /* Literal.String.Other */
|
||||||
|
.highlight .sr { color: #009926 } /* Literal.String.Regex */
|
||||||
|
.highlight .s1 { color: #d14 } /* Literal.String.Single */
|
||||||
|
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
|
||||||
|
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
|
||||||
|
.highlight .vc { color: #008080 } /* Name.Variable.Class */
|
||||||
|
.highlight .vg { color: #008080 } /* Name.Variable.Global */
|
||||||
|
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
||||||
|
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
||||||
|
|
||||||
|
.type-csharp .highlight .k { color: #0000FF }
|
||||||
|
.type-csharp .highlight .kt { color: #0000FF }
|
||||||
|
.type-csharp .highlight .nf { color: #000000; font-weight: normal }
|
||||||
|
.type-csharp .highlight .nc { color: #2B91AF }
|
||||||
|
.type-csharp .highlight .nn { color: #000000 }
|
||||||
|
.type-csharp .highlight .s { color: #A31515 }
|
||||||
|
.type-csharp .highlight .sc { color: #A31515 }
|
||||||
|
After Width: | Height: | Size: 8.0 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 170 KiB |
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<browserconfig>
|
||||||
|
<msapplication>
|
||||||
|
<tile>
|
||||||
|
<square70x70logo src="/mstile-70x70.png"/>
|
||||||
|
<square150x150logo src="/mstile-150x150.png"/>
|
||||||
|
<square310x310logo src="/mstile-310x310.png"/>
|
||||||
|
<wide310x150logo src="/mstile-310x150.png"/>
|
||||||
|
<TileColor>#da532c</TileColor>
|
||||||
|
</tile>
|
||||||
|
</msapplication>
|
||||||
|
</browserconfig>
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
# Only the main Sass file needs front matter (the dashes are enough)
|
||||||
|
---
|
||||||
|
@charset "utf-8";
|
||||||
|
|
||||||
|
$base-font: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
$title-font: 'Open Sans Condensed', $base-font;
|
||||||
|
|
||||||
|
// Import partials from `sass_dir` (defaults to `_sass`)
|
||||||
|
@import "syntax-highlighting", "hackmyresume";
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
{{style "SECTIONS (" "bold"}}{{style totals.numSections "white" }}{{style ")" "bold"}}
|
|
||||||
|
|
||||||
employment: {{v totals.totals.employment "-" 2 "bold" }}
|
|
||||||
projects: {{v totals.totals.projects "-" 2 "bold" }}
|
|
||||||
education: {{v totals.totals.education "-" 2 "bold" }}
|
|
||||||
service: {{v totals.totals.service "-" 2 "bold" }}
|
|
||||||
skills: {{v totals.totals.skills "-" 2 "bold" }}
|
|
||||||
writing: {{v totals.totals.writing "-" 2 "bold" }}
|
|
||||||
speaking: {{v totals.totals.speaking "-" 2 "bold" }}
|
|
||||||
reading: {{v totals.totals.reading "-" 2 "bold" }}
|
|
||||||
social: {{v totals.totals.social "-" 2 "bold" }}
|
|
||||||
references: {{v totals.totals.references "-" 2 "bold" }}
|
|
||||||
testimonials: {{v totals.totals.testimonials "-" 2 "bold" }}
|
|
||||||
languages: {{v totals.totals.languages "-" 2 "bold" }}
|
|
||||||
interests: {{v totals.totals.interests "-" 2 "bold" }}
|
|
||||||
|
|
||||||
{{style "COVERAGE (" "bold"}}{{style coverage.pct "white"}}{{style ")" "bold"}}
|
|
||||||
|
|
||||||
Total Days: {{v coverage.duration.total "-" 5 "bold" }}
|
|
||||||
Employed: {{v coverage.duration.work "-" 5 "bold" }}
|
|
||||||
Gaps: {{v coverage.gaps.length "-" 5 "bold" }} [{{#if coverage.gaps.length }}{{#each coverage.gaps }}{{#unless @first}} {{/unless}}{{gapLength duration }}{{/each}}{{/if}}]
|
|
||||||
Overlaps: {{v coverage.overlaps.length "-" 5 "bold" }} [{{#if coverage.overlaps.length }}{{#each coverage.overlaps }}{{#unless @first}} {{/unless}}{{gapLength duration }}{{/each}}{{/if}}]
|
|
||||||
|
|
||||||
{{style "KEYWORDS (" "bold"}}{{style keywords.length "white" }}{{style ")" "bold"}}
|
|
||||||
|
|
||||||
{{#each keywords }}{{{pad name 18}}}: {{v count "-" 5 "bold"}} mention{{#isPlural count}}s{{/isPlural}}
|
|
||||||
{{/each}}
|
|
||||||
-------------------------------
|
|
||||||
{{v keywords.length "0" 9 "bold"}} {{style "KEYWORDS" "bold"}} {{v keywords.totalKeywords "0" 5 "bold"}} {{style "mentions" "bold"}}
|
|
||||||
@@ -1,234 +0,0 @@
|
|||||||
|
|
||||||
/**
|
|
||||||
Error-handling routines for HackMyResume.
|
|
||||||
@module cli/error
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var ErrorHandler, FCMD, FS, HMSTATUS, M2C, PATH, PKG, SyntaxErrorEx, WRAP, YAML, _defaultLog, assembleError, chalk, extend, printf;
|
|
||||||
|
|
||||||
HMSTATUS = require('hackmycore/dist/core/status-codes');
|
|
||||||
|
|
||||||
PKG = require('../../package.json');
|
|
||||||
|
|
||||||
FS = require('fs');
|
|
||||||
|
|
||||||
FCMD = require('hackmycore');
|
|
||||||
|
|
||||||
PATH = require('path');
|
|
||||||
|
|
||||||
WRAP = require('word-wrap');
|
|
||||||
|
|
||||||
M2C = require('hackmycore/dist/utils/md2chalk.js');
|
|
||||||
|
|
||||||
chalk = require('chalk');
|
|
||||||
|
|
||||||
extend = require('extend');
|
|
||||||
|
|
||||||
YAML = require('yamljs');
|
|
||||||
|
|
||||||
printf = require('printf');
|
|
||||||
|
|
||||||
SyntaxErrorEx = require('hackmycore/dist/utils/syntax-error-ex');
|
|
||||||
|
|
||||||
require('string.prototype.startswith');
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
Error handler for HackMyResume. All errors are handled here.
|
|
||||||
@class ErrorHandler
|
|
||||||
*/
|
|
||||||
|
|
||||||
ErrorHandler = module.exports = {
|
|
||||||
init: function(debug, assert, silent) {
|
|
||||||
this.debug = debug;
|
|
||||||
this.assert = assert;
|
|
||||||
this.silent = silent;
|
|
||||||
this.msgs = require('./msg').errors;
|
|
||||||
return this;
|
|
||||||
},
|
|
||||||
err: function(ex, shouldExit) {
|
|
||||||
var o, objError, stack, stackTrace;
|
|
||||||
o = this.silent ? function() {} : _defaultLog;
|
|
||||||
if (ex.pass) {
|
|
||||||
throw ex;
|
|
||||||
}
|
|
||||||
this.msgs = this.msgs || require('./msg').errors;
|
|
||||||
if (ex.fluenterror) {
|
|
||||||
objError = assembleError.call(this, ex);
|
|
||||||
o(this['format_' + objError.etype](objError.msg));
|
|
||||||
if (objError.withStack) {
|
|
||||||
stack = ex.stack || (ex.inner && ex.inner.stack);
|
|
||||||
stack && o(chalk.gray(stack));
|
|
||||||
}
|
|
||||||
if (ex.quit || objError.quit) {
|
|
||||||
if (this.debug) {
|
|
||||||
o(chalk.cyan('Exiting with error code ' + ex.fluenterror.toString()));
|
|
||||||
}
|
|
||||||
if (this.assert) {
|
|
||||||
ex.pass = true;
|
|
||||||
throw ex;
|
|
||||||
}
|
|
||||||
return process.exit(ex.fluenterror);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
o(ex);
|
|
||||||
stackTrace = ex.stack || (ex.inner && ex.inner.stack);
|
|
||||||
if (stackTrace && this.debug) {
|
|
||||||
return o(M2C(ex.stack || ex.inner.stack, 'gray'));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
format_error: function(msg) {
|
|
||||||
msg = msg || '';
|
|
||||||
return chalk.red.bold(msg.toUpperCase().startsWith('ERROR:') ? msg : 'Error: ' + msg);
|
|
||||||
},
|
|
||||||
format_warning: function(brief, msg) {
|
|
||||||
return chalk.yellow(brief) + chalk.yellow(msg || '');
|
|
||||||
},
|
|
||||||
format_custom: function(msg) {
|
|
||||||
return msg;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
_defaultLog = function() {
|
|
||||||
return console.log.apply(console.log, arguments);
|
|
||||||
};
|
|
||||||
|
|
||||||
assembleError = function(ex) {
|
|
||||||
var etype, msg, quit, se, withStack;
|
|
||||||
msg = '';
|
|
||||||
withStack = false;
|
|
||||||
quit = false;
|
|
||||||
etype = 'warning';
|
|
||||||
if (this.debug) {
|
|
||||||
withStack = true;
|
|
||||||
}
|
|
||||||
switch (ex.fluenterror) {
|
|
||||||
case HMSTATUS.themeNotFound:
|
|
||||||
msg = printf(M2C(this.msgs.themeNotFound.msg, 'yellow'), ex.data);
|
|
||||||
break;
|
|
||||||
case HMSTATUS.copyCSS:
|
|
||||||
msg = M2C(this.msgs.copyCSS.msg, 'red');
|
|
||||||
quit = false;
|
|
||||||
break;
|
|
||||||
case HMSTATUS.resumeNotFound:
|
|
||||||
msg = M2C(this.msgs.resumeNotFound.msg, 'yellow');
|
|
||||||
break;
|
|
||||||
case HMSTATUS.missingCommand:
|
|
||||||
msg = M2C(this.msgs.missingCommand.msg + " (", 'yellow');
|
|
||||||
msg += Object.keys(FCMD.verbs).map(function(v, idx, ar) {
|
|
||||||
return (idx === ar.length - 1 ? chalk.yellow('or ') : '') + chalk.yellow.bold(v.toUpperCase());
|
|
||||||
}).join(chalk.yellow(', ')) + chalk.yellow(").\n\n");
|
|
||||||
msg += chalk.gray(FS.readFileSync(PATH.resolve(__dirname, '../cli/use.txt'), 'utf8'));
|
|
||||||
break;
|
|
||||||
case HMSTATUS.invalidCommand:
|
|
||||||
msg = printf(M2C(this.msgs.invalidCommand.msg, 'yellow'), ex.attempted);
|
|
||||||
break;
|
|
||||||
case HMSTATUS.resumeNotFoundAlt:
|
|
||||||
msg = M2C(this.msgs.resumeNotFoundAlt.msg, 'yellow');
|
|
||||||
break;
|
|
||||||
case HMSTATUS.inputOutputParity:
|
|
||||||
msg = M2C(this.msgs.inputOutputParity.msg);
|
|
||||||
break;
|
|
||||||
case HMSTATUS.createNameMissing:
|
|
||||||
msg = M2C(this.msgs.createNameMissing.msg);
|
|
||||||
break;
|
|
||||||
case HMSTATUS.pdfGeneration:
|
|
||||||
msg = M2C(this.msgs.pdfGeneration.msg, 'bold');
|
|
||||||
if (ex.inner) {
|
|
||||||
msg += chalk.red('\n' + ex.inner);
|
|
||||||
}
|
|
||||||
withStack = true;
|
|
||||||
quit = false;
|
|
||||||
etype = 'error';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.invalid:
|
|
||||||
msg = M2C(this.msgs.invalid.msg, 'red');
|
|
||||||
etype = 'error';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.generateError:
|
|
||||||
msg = (ex.inner && ex.inner.toString()) || ex;
|
|
||||||
quit = false;
|
|
||||||
etype = 'error';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.fileSaveError:
|
|
||||||
msg = printf(M2C(this.msgs.fileSaveError.msg), (ex.inner || ex).toString());
|
|
||||||
etype = 'error';
|
|
||||||
quit = false;
|
|
||||||
break;
|
|
||||||
case HMSTATUS.invalidFormat:
|
|
||||||
ex.data.forEach(function(d) {
|
|
||||||
return msg += printf(M2C(this.msgs.invalidFormat.msg, 'bold'), ex.theme.name.toUpperCase(), d.format.toUpperCase());
|
|
||||||
}, this);
|
|
||||||
break;
|
|
||||||
case HMSTATUS.missingParam:
|
|
||||||
msg = printf(M2C(this.msgs.missingParam.msg), ex.expected, ex.helper);
|
|
||||||
break;
|
|
||||||
case HMSTATUS.invalidHelperUse:
|
|
||||||
msg = printf(M2C(this.msgs.invalidHelperUse.msg), ex.helper);
|
|
||||||
if (ex.error) {
|
|
||||||
msg += '\n--> ' + assembleError.call(this, extend(true, {}, ex, {
|
|
||||||
fluenterror: ex.error
|
|
||||||
})).msg;
|
|
||||||
}
|
|
||||||
quit = false;
|
|
||||||
etype = 'warning';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.notOnPath:
|
|
||||||
msg = printf(M2C(this.msgs.notOnPath.msg, 'bold'), ex.engine);
|
|
||||||
quit = false;
|
|
||||||
etype = 'error';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.readError:
|
|
||||||
if (!ex.quiet) {
|
|
||||||
console.error(printf(M2C(this.msgs.readError.msg, 'red'), ex.file));
|
|
||||||
}
|
|
||||||
msg = ex.inner.toString();
|
|
||||||
etype = 'error';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.mixedMerge:
|
|
||||||
msg = M2C(this.msgs.mixedMerge.msg);
|
|
||||||
quit = false;
|
|
||||||
break;
|
|
||||||
case HMSTATUS.invokeTemplate:
|
|
||||||
msg = M2C(this.msgs.invokeTemplate.msg, 'red');
|
|
||||||
msg += M2C('\n' + WRAP(ex.inner.toString(), {
|
|
||||||
width: 60,
|
|
||||||
indent: ' '
|
|
||||||
}), 'gray');
|
|
||||||
etype = 'custom';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.compileTemplate:
|
|
||||||
etype = 'error';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.themeLoad:
|
|
||||||
msg = M2C(printf(this.msgs.themeLoad.msg, ex.attempted.toUpperCase()), 'red');
|
|
||||||
if (ex.inner && ex.inner.fluenterror) {
|
|
||||||
msg += M2C('\nError: ', 'red') + assembleError.call(this, ex.inner).msg;
|
|
||||||
}
|
|
||||||
quit = true;
|
|
||||||
etype = 'custom';
|
|
||||||
break;
|
|
||||||
case HMSTATUS.parseError:
|
|
||||||
if (SyntaxErrorEx.is(ex.inner)) {
|
|
||||||
console.error(printf(M2C(this.msgs.readError.msg, 'red'), ex.file));
|
|
||||||
se = new SyntaxErrorEx(ex, ex.raw);
|
|
||||||
msg = printf(M2C(this.msgs.parseError.msg, 'red'), se.line, se.col);
|
|
||||||
} else if (ex.inner && ex.inner.line !== void 0 && ex.inner.col !== void 0) {
|
|
||||||
msg = printf(M2C(this.msgs.parseError.msg, 'red'), ex.inner.line, ex.inner.col);
|
|
||||||
} else {
|
|
||||||
msg = ex;
|
|
||||||
}
|
|
||||||
etype = 'error';
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
msg: msg,
|
|
||||||
withStack: withStack,
|
|
||||||
quit: quit,
|
|
||||||
etype: etype
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}).call(this);
|
|
||||||
@@ -1,283 +0,0 @@
|
|||||||
|
|
||||||
/**
|
|
||||||
Definition of the `main` function.
|
|
||||||
@module cli/main
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var Command, EXTEND, FS, HME, HMR, HMSTATUS, OUTPUT, PAD, PATH, PKG, StringUtils, _, _opts, _out, _title, chalk, execute, initOptions, initialize, loadOptions, logMsg, main, safeLoadJSON, splitSrcDest;
|
|
||||||
|
|
||||||
HMR = require('hackmycore');
|
|
||||||
|
|
||||||
PKG = require('../../package.json');
|
|
||||||
|
|
||||||
FS = require('fs');
|
|
||||||
|
|
||||||
EXTEND = require('extend');
|
|
||||||
|
|
||||||
chalk = require('chalk');
|
|
||||||
|
|
||||||
PATH = require('path');
|
|
||||||
|
|
||||||
HMSTATUS = require('hackmycore/dist/core/status-codes');
|
|
||||||
|
|
||||||
HME = require('hackmycore/dist/core/event-codes');
|
|
||||||
|
|
||||||
safeLoadJSON = require('hackmycore/dist/utils/safe-json-loader');
|
|
||||||
|
|
||||||
StringUtils = require('hackmycore/dist/utils/string.js');
|
|
||||||
|
|
||||||
_ = require('underscore');
|
|
||||||
|
|
||||||
OUTPUT = require('./out');
|
|
||||||
|
|
||||||
PAD = require('string-padding');
|
|
||||||
|
|
||||||
Command = require('commander').Command;
|
|
||||||
|
|
||||||
_opts = {};
|
|
||||||
|
|
||||||
_title = chalk.white.bold('\n*** HackMyResume v' + PKG.version + ' ***');
|
|
||||||
|
|
||||||
_out = new OUTPUT(_opts);
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
A callable implementation of the HackMyResume CLI. Encapsulates the command
|
|
||||||
line interface as a single method accepting a parameter array.
|
|
||||||
@alias module:cli/main.main
|
|
||||||
@param rawArgs {Array} An array of command-line parameters. Will either be
|
|
||||||
process.argv (in production) or custom parameters (in test).
|
|
||||||
*/
|
|
||||||
|
|
||||||
main = module.exports = function(rawArgs) {
|
|
||||||
var args, initInfo, program;
|
|
||||||
initInfo = initialize(rawArgs);
|
|
||||||
args = initInfo.args;
|
|
||||||
program = new Command('hackmyresume').version(PKG.version).description(chalk.yellow.bold('*** HackMyResume ***')).option('-s --silent', 'Run in silent mode').option('--no-color', 'Disable colors').option('--color', 'Enable colors').option('-d --debug', 'Enable diagnostics', false).option('-a --assert', 'Treat warnings as errors', false).option('-v --version', 'Show the version').allowUnknownOption();
|
|
||||||
program.jsonArgs = initInfo.options;
|
|
||||||
program.command('new')["arguments"]('<sources...>').option('-f --format <fmt>', 'FRESH or JRS format', 'FRESH').alias('create').description('Create resume(s) in FRESH or JSON RESUME format.').action((function(sources) {
|
|
||||||
execute.call(this, sources, [], this.opts(), logMsg);
|
|
||||||
}));
|
|
||||||
program.command('validate')["arguments"]('<sources...>').description('Validate a resume in FRESH or JSON RESUME format.').action(function(sources) {
|
|
||||||
execute.call(this, sources, [], this.opts(), logMsg);
|
|
||||||
});
|
|
||||||
program.command('convert').description('Convert a resume to/from FRESH or JSON RESUME format.').action(function() {
|
|
||||||
var x;
|
|
||||||
x = splitSrcDest.call(this);
|
|
||||||
execute.call(this, x.src, x.dst, this.opts(), logMsg);
|
|
||||||
});
|
|
||||||
program.command('analyze')["arguments"]('<sources...>').description('Analyze one or more resumes.').action(function(sources) {
|
|
||||||
execute.call(this, sources, [], this.opts(), logMsg);
|
|
||||||
});
|
|
||||||
program.command('peek')["arguments"]('<sources...>').description('Peek at a resume field or section').action(function(sources, sectionOrField) {
|
|
||||||
var dst;
|
|
||||||
dst = sources && sources.length > 1 ? [sources.pop()] : [];
|
|
||||||
execute.call(this, sources, dst, this.opts(), logMsg);
|
|
||||||
});
|
|
||||||
program.command('build').alias('generate').option('-t --theme <theme>', 'Theme name or path').option('-n --no-prettify', 'Disable HTML prettification', true).option('-c --css <option>', 'CSS linking / embedding').option('-p --pdf <engine>', 'PDF generation engine').option('--no-sort', 'Sort resume sections by date', false).option('--tips', 'Display theme tips and warnings.', false).description('Generate resume to multiple formats').action(function(sources, targets, options) {
|
|
||||||
var x;
|
|
||||||
x = splitSrcDest.call(this);
|
|
||||||
execute.call(this, x.src, x.dst, this.opts(), logMsg);
|
|
||||||
});
|
|
||||||
program.parse(args);
|
|
||||||
if (!program.args.length) {
|
|
||||||
throw {
|
|
||||||
fluenterror: 4
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/* Massage command-line args and setup Commander.js. */
|
|
||||||
|
|
||||||
initialize = function(ar) {
|
|
||||||
var o;
|
|
||||||
o = initOptions(ar);
|
|
||||||
o.silent || logMsg(_title);
|
|
||||||
if (o.debug) {
|
|
||||||
_out.log(chalk.cyan('The -d or --debug switch was specified. DEBUG mode engaged.'));
|
|
||||||
_out.log('');
|
|
||||||
_out.log(chalk.cyan(PAD(' Platform:', 25, null, PAD.RIGHT)) + chalk.cyan.bold(process.platform === 'win32' ? 'windows' : process.platform));
|
|
||||||
_out.log(chalk.cyan(PAD(' Node.js:', 25, null, PAD.RIGHT)) + chalk.cyan.bold(process.version));
|
|
||||||
_out.log(chalk.cyan(PAD(' HackMyResume:', 25, null, PAD.RIGHT)) + chalk.cyan.bold('v' + PKG.version));
|
|
||||||
_out.log(chalk.cyan(PAD(' FRESCA:', 25, null, PAD.RIGHT)) + chalk.cyan.bold(PKG.dependencies.fresca));
|
|
||||||
_out.log('');
|
|
||||||
}
|
|
||||||
if (o.verb && !HMR.verbs[o.verb] && !HMR.alias[o.verb]) {
|
|
||||||
throw {
|
|
||||||
fluenterror: HMSTATUS.invalidCommand,
|
|
||||||
quit: true,
|
|
||||||
attempted: o.orgVerb
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Command.prototype.missingArgument = function(name) {
|
|
||||||
if (this.name() !== 'new') {
|
|
||||||
throw {
|
|
||||||
fluenterror: HMSTATUS.resumeNotFound,
|
|
||||||
quit: true
|
|
||||||
};
|
|
||||||
}
|
|
||||||
};
|
|
||||||
Command.prototype.helpInformation = function() {
|
|
||||||
var manPage;
|
|
||||||
manPage = FS.readFileSync(PATH.join(__dirname, 'use.txt'), 'utf8');
|
|
||||||
return chalk.green.bold(manPage);
|
|
||||||
};
|
|
||||||
return {
|
|
||||||
args: o.args,
|
|
||||||
options: o.json
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/* Init options prior to setting up command infrastructure. */
|
|
||||||
|
|
||||||
initOptions = function(ar) {
|
|
||||||
oVerb;
|
|
||||||
var args, cleanArgs, inf, isDebug, isMono, isSilent, oJSON, oVerb, optStr, optsIdx, verb, vidx;
|
|
||||||
verb = '';
|
|
||||||
args = ar.slice();
|
|
||||||
cleanArgs = args.slice(2);
|
|
||||||
oJSON;
|
|
||||||
if (cleanArgs.length) {
|
|
||||||
vidx = _.findIndex(cleanArgs, function(v) {
|
|
||||||
return v[0] !== '-';
|
|
||||||
});
|
|
||||||
if (vidx !== -1) {
|
|
||||||
oVerb = cleanArgs[vidx];
|
|
||||||
verb = args[vidx + 2] = oVerb.trim().toLowerCase();
|
|
||||||
}
|
|
||||||
optsIdx = _.findIndex(cleanArgs, function(v) {
|
|
||||||
return v === '-o' || v === '--options' || v === '--opts';
|
|
||||||
});
|
|
||||||
if (optsIdx !== -1) {
|
|
||||||
optStr = cleanArgs[optsIdx + 1];
|
|
||||||
args.splice(optsIdx + 2, 2);
|
|
||||||
if (optStr && (optStr = optStr.trim())) {
|
|
||||||
if (optStr[0] === '{') {
|
|
||||||
|
|
||||||
/* jshint ignore:start */
|
|
||||||
oJSON = eval('(' + optStr + ')');
|
|
||||||
|
|
||||||
/* jshint ignore:end */
|
|
||||||
} else {
|
|
||||||
inf = safeLoadJSON(optStr);
|
|
||||||
if (!inf.ex) {
|
|
||||||
oJSON = inf.json;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
isDebug = _.some(args, function(v) {
|
|
||||||
return v === '-d' || v === '--debug';
|
|
||||||
});
|
|
||||||
isSilent = _.some(args, function(v) {
|
|
||||||
return v === '-s' || v === '--silent';
|
|
||||||
});
|
|
||||||
isMono = _.some(args, function(v) {
|
|
||||||
return v === '--no-color';
|
|
||||||
});
|
|
||||||
return {
|
|
||||||
color: !isMono,
|
|
||||||
debug: isDebug,
|
|
||||||
silent: isSilent,
|
|
||||||
orgVerb: oVerb,
|
|
||||||
verb: verb,
|
|
||||||
json: oJSON,
|
|
||||||
args: args
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/* Invoke a HackMyResume verb. */
|
|
||||||
|
|
||||||
execute = function(src, dst, opts, log) {
|
|
||||||
var hand, v;
|
|
||||||
loadOptions.call(this, opts, this.parent.jsonArgs);
|
|
||||||
hand = require('./error');
|
|
||||||
hand.init(_opts.debug, _opts.assert, _opts.silent);
|
|
||||||
v = new HMR.verbs[this.name()]();
|
|
||||||
_opts.errHandler = v;
|
|
||||||
_out.init(_opts);
|
|
||||||
v.on('hmr:status', function() {
|
|
||||||
return _out["do"].apply(_out, arguments);
|
|
||||||
});
|
|
||||||
v.on('hmr:error', function() {
|
|
||||||
return hand.err.apply(hand, arguments);
|
|
||||||
});
|
|
||||||
v.invoke.call(v, src, dst, _opts, log);
|
|
||||||
if (v.errorCode) {
|
|
||||||
return process.exit(v.errorCode);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
Initialize HackMyResume options.
|
|
||||||
TODO: Options loading is a little hacky, for two reasons:
|
|
||||||
- Commander.js idiosyncracies
|
|
||||||
- Need to accept JSON inputs from the command line.
|
|
||||||
*/
|
|
||||||
|
|
||||||
loadOptions = function(o, cmdO) {
|
|
||||||
if (cmdO) {
|
|
||||||
o = EXTEND(true, o, cmdO);
|
|
||||||
}
|
|
||||||
o = EXTEND(true, o, this.opts());
|
|
||||||
if (this.parent.silent !== void 0 && this.parent.silent !== null) {
|
|
||||||
o.silent = this.parent.silent;
|
|
||||||
}
|
|
||||||
if (this.parent.debug !== void 0 && this.parent.debug !== null) {
|
|
||||||
o.debug = this.parent.debug;
|
|
||||||
}
|
|
||||||
if (this.parent.assert !== void 0 && this.parent.assert !== null) {
|
|
||||||
o.assert = this.parent.assert;
|
|
||||||
}
|
|
||||||
if (o.debug) {
|
|
||||||
logMsg(chalk.cyan('OPTIONS:') + '\n');
|
|
||||||
_.each(o, function(val, key) {
|
|
||||||
return logMsg(chalk.cyan(' %s') + chalk.cyan.bold(' %s'), PAD(key, 22, null, PAD.RIGHT), val);
|
|
||||||
});
|
|
||||||
logMsg('');
|
|
||||||
}
|
|
||||||
EXTEND(true, _opts, o);
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/* Split multiple command-line filenames by the 'TO' keyword */
|
|
||||||
|
|
||||||
splitSrcDest = function() {
|
|
||||||
var params, splitAt;
|
|
||||||
params = this.parent.args.filter(function(j) {
|
|
||||||
return String.is(j);
|
|
||||||
});
|
|
||||||
if (params.length === 0) {
|
|
||||||
throw {
|
|
||||||
fluenterror: HMSTATUS.resumeNotFound,
|
|
||||||
quit: true
|
|
||||||
};
|
|
||||||
}
|
|
||||||
splitAt = _.findIndex(params, function(p) {
|
|
||||||
return p.toLowerCase() === 'to';
|
|
||||||
});
|
|
||||||
if (splitAt === params.length - 1 && splitAt !== -1) {
|
|
||||||
logMsg(chalk.yellow('Please ') + chalk.yellow.bold('specify an output file') + chalk.yellow(' for this operation or ') + chalk.yellow.bold('omit the TO keyword') + chalk.yellow('.'));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
src: params.slice(0, splitAt === -1 ? void 0 : splitAt),
|
|
||||||
dst: splitAt === -1 ? [] : params.slice(splitAt + 1)
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
/* Simple logging placeholder. */
|
|
||||||
|
|
||||||
logMsg = function() {
|
|
||||||
return _opts.silent || console.log.apply(console.log, arguments);
|
|
||||||
};
|
|
||||||
|
|
||||||
}).call(this);
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
/**
|
|
||||||
Message-handling routines for HackMyResume.
|
|
||||||
@module cli/msg
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var PATH, YAML;
|
|
||||||
|
|
||||||
PATH = require('path');
|
|
||||||
|
|
||||||
YAML = require('yamljs');
|
|
||||||
|
|
||||||
module.exports = YAML.load(PATH.join(__dirname, 'msg.yml'));
|
|
||||||
|
|
||||||
}).call(this);
|
|
||||||
@@ -1,98 +0,0 @@
|
|||||||
events:
|
|
||||||
begin:
|
|
||||||
msg: Invoking **%s** command.
|
|
||||||
beforeCreate:
|
|
||||||
msg: Creating new **%s** resume: **%s**
|
|
||||||
afterRead:
|
|
||||||
msg: Reading **%s** resume: **%s**
|
|
||||||
beforeTheme:
|
|
||||||
msg: Verifying **%s** theme.
|
|
||||||
afterTheme:
|
|
||||||
msg: Verifying outputs: ???
|
|
||||||
beforeMerge:
|
|
||||||
msg:
|
|
||||||
- "Merging **%s**"
|
|
||||||
- " onto **%s**"
|
|
||||||
applyTheme:
|
|
||||||
msg: Applying **%s** theme (**%s** format%s)
|
|
||||||
afterBuild:
|
|
||||||
msg:
|
|
||||||
- "The **%s** theme says:"
|
|
||||||
- |
|
|
||||||
"For best results view JSON Resume themes over a
|
|
||||||
local or remote HTTP connection. For example:
|
|
||||||
|
|
||||||
npm install http-server -g
|
|
||||||
http-server <resume-folder>
|
|
||||||
|
|
||||||
For more information, see the README."
|
|
||||||
afterGenerate:
|
|
||||||
msg:
|
|
||||||
- " (with %s)"
|
|
||||||
- "Skipping %s resume: %s"
|
|
||||||
- "Generating **%s** resume: **%s**"
|
|
||||||
beforeAnalyze:
|
|
||||||
msg: "Analyzing **%s** resume: **%s**"
|
|
||||||
beforeConvert:
|
|
||||||
msg: "Converting **%s** (**%s**) to **%s** (**%s**)"
|
|
||||||
afterValidate:
|
|
||||||
msg:
|
|
||||||
- "Validating **%s** against the **%s** schema: "
|
|
||||||
- "VALID!"
|
|
||||||
- "INVALID"
|
|
||||||
- "BROKEN"
|
|
||||||
beforePeek:
|
|
||||||
msg:
|
|
||||||
- Peeking at **%s** in **%s**
|
|
||||||
- Peeking at **%s**
|
|
||||||
afterPeek:
|
|
||||||
msg: "The specified key **%s** was not found in **%s**."
|
|
||||||
afterInlineConvert:
|
|
||||||
msg: Converting **%s** to **%s** format.
|
|
||||||
errors:
|
|
||||||
themeNotFound:
|
|
||||||
msg: >
|
|
||||||
**Couldn't find the '%s' theme.** Please specify the name of a preinstalled
|
|
||||||
FRESH theme or the path to a locally installed FRESH or JSON Resume theme.
|
|
||||||
copyCSS:
|
|
||||||
msg: Couldn't copy CSS file to destination folder.
|
|
||||||
resumeNotFound:
|
|
||||||
msg: Please **feed me a resume** in FRESH or JSON Resume format.
|
|
||||||
missingCommand:
|
|
||||||
msg: Please **give me a command**
|
|
||||||
invalidCommand:
|
|
||||||
msg: Invalid command: '%s'
|
|
||||||
resumeNotFoundAlt:
|
|
||||||
msg: Please **feed me a resume** in either FRESH or JSON Resume format.
|
|
||||||
inputOutputParity:
|
|
||||||
msg: Please **specify an output file name** for every input file you wish to convert.
|
|
||||||
createNameMissing:
|
|
||||||
msg: Please **specify the filename** of the resume to create.
|
|
||||||
pdfGeneration:
|
|
||||||
msg: PDF generation failed. Make sure wkhtmltopdf is installed and accessible from your path.
|
|
||||||
invalid:
|
|
||||||
msg: Validation failed and the --assert option was specified.
|
|
||||||
invalidFormat:
|
|
||||||
msg: The **%s** theme doesn't support the **%s** format.
|
|
||||||
notOnPath:
|
|
||||||
msg: %s wasn't found on your system path or is inaccessible. PDF not generated.
|
|
||||||
readError:
|
|
||||||
msg: Reading **???** resume: **%s**
|
|
||||||
parseError:
|
|
||||||
msg: Invalid or corrupt JSON on line %s column %s.
|
|
||||||
invalidHelperUse:
|
|
||||||
msg: "**Warning**: Incorrect use of the **%s** theme helper."
|
|
||||||
fileSaveError:
|
|
||||||
msg: An error occurred while writing %s to disk: %s.
|
|
||||||
mixedMerge:
|
|
||||||
msg: "**Warning:** merging mixed resume types. Errors may occur."
|
|
||||||
invokeTemplate:
|
|
||||||
msg: "An error occurred during template invocation."
|
|
||||||
compileTemplate:
|
|
||||||
msg: "An error occurred during template compilation."
|
|
||||||
themeLoad:
|
|
||||||
msg: "Applying **%s** theme (? formats)"
|
|
||||||
invalidParamCount:
|
|
||||||
msg: "Invalid number of parameters. Expected: **%s**."
|
|
||||||
missingParam:
|
|
||||||
msg: The '**%s**' parameter was needed but not supplied.
|
|
||||||
@@ -1,157 +0,0 @@
|
|||||||
|
|
||||||
/**
|
|
||||||
Output routines for HackMyResume.
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
@module cli/out
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
var Class, EXTEND, FS, HANDLEBARS, HME, LO, M2C, OutputHandler, PATH, YAML, _, chalk, dbgStyle, pad, printf;
|
|
||||||
|
|
||||||
chalk = require('chalk');
|
|
||||||
|
|
||||||
HME = require('hackmycore/dist/core/event-codes');
|
|
||||||
|
|
||||||
_ = require('underscore');
|
|
||||||
|
|
||||||
Class = require('hackmycore/dist/utils/class.js');
|
|
||||||
|
|
||||||
M2C = require('hackmycore/dist/utils/md2chalk.js');
|
|
||||||
|
|
||||||
PATH = require('path');
|
|
||||||
|
|
||||||
LO = require('lodash');
|
|
||||||
|
|
||||||
FS = require('fs');
|
|
||||||
|
|
||||||
EXTEND = require('extend');
|
|
||||||
|
|
||||||
HANDLEBARS = require('handlebars');
|
|
||||||
|
|
||||||
YAML = require('yamljs');
|
|
||||||
|
|
||||||
printf = require('printf');
|
|
||||||
|
|
||||||
pad = require('string-padding');
|
|
||||||
|
|
||||||
dbgStyle = 'cyan';
|
|
||||||
|
|
||||||
|
|
||||||
/** A stateful output module. All HMR console output handled here. */
|
|
||||||
|
|
||||||
OutputHandler = module.exports = Class.extend({
|
|
||||||
init: function(opts) {
|
|
||||||
this.opts = EXTEND(true, this.opts || {}, opts);
|
|
||||||
return this.msgs = YAML.load(PATH.join(__dirname, 'msg.yml')).events;
|
|
||||||
},
|
|
||||||
log: function(msg) {
|
|
||||||
var finished;
|
|
||||||
msg = msg || '';
|
|
||||||
printf = require('printf');
|
|
||||||
finished = printf.apply(printf, arguments);
|
|
||||||
return this.opts.silent || console.log(finished);
|
|
||||||
},
|
|
||||||
"do": function(evt) {
|
|
||||||
var L, WRAP, info, msg, numFormats, output, rawTpl, sty, style, suffix, template, that, themeName, tot;
|
|
||||||
that = this;
|
|
||||||
L = function() {
|
|
||||||
return that.log.apply(that, arguments);
|
|
||||||
};
|
|
||||||
switch (evt.sub) {
|
|
||||||
case HME.begin:
|
|
||||||
return this.opts.debug && L(M2C(this.msgs.begin.msg, dbgStyle), evt.cmd.toUpperCase());
|
|
||||||
case HME.beforeCreate:
|
|
||||||
L(M2C(this.msgs.beforeCreate.msg, 'green'), evt.fmt, evt.file);
|
|
||||||
break;
|
|
||||||
case HME.beforeTheme:
|
|
||||||
return this.opts.debug && L(M2C(this.msgs.beforeTheme.msg, dbgStyle), evt.theme.toUpperCase());
|
|
||||||
case HME.afterParse:
|
|
||||||
return L(M2C(this.msgs.afterRead.msg, 'gray', 'white.dim'), evt.fmt.toUpperCase(), evt.file);
|
|
||||||
case HME.beforeMerge:
|
|
||||||
msg = '';
|
|
||||||
evt.f.reverse().forEach(function(a, idx) {
|
|
||||||
return msg += printf((idx === 0 ? this.msgs.beforeMerge.msg[0] : this.msgs.beforeMerge.msg[1]), a.file);
|
|
||||||
}, this);
|
|
||||||
return L(M2C(msg, (evt.mixed ? 'yellow' : 'gray'), 'white.dim'));
|
|
||||||
case HME.applyTheme:
|
|
||||||
this.theme = evt.theme;
|
|
||||||
numFormats = Object.keys(evt.theme.formats).length;
|
|
||||||
return L(M2C(this.msgs.applyTheme.msg, evt.status === 'error' ? 'red' : 'gray', evt.status === 'error' ? 'bold' : 'white.dim'), evt.theme.name.toUpperCase(), numFormats, numFormats === 1 ? '' : 's');
|
|
||||||
case HME.end:
|
|
||||||
if (evt.cmd === 'build') {
|
|
||||||
themeName = this.theme.name.toUpperCase();
|
|
||||||
if (this.opts.tips && (this.theme.message || this.theme.render)) {
|
|
||||||
WRAP = require('word-wrap');
|
|
||||||
if (this.theme.message) {
|
|
||||||
L(M2C(this.msgs.afterBuild.msg[0], 'cyan'), themeName);
|
|
||||||
return L(M2C(this.theme.message, 'white'));
|
|
||||||
} else if (this.theme.render) {
|
|
||||||
L(M2C(this.msgs.afterBuild.msg[0], 'cyan'), themeName);
|
|
||||||
return L(M2C(this.msgs.afterBuild.msg[1], 'white'));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case HME.afterGenerate:
|
|
||||||
suffix = '';
|
|
||||||
if (evt.fmt === 'pdf') {
|
|
||||||
if (this.opts.pdf) {
|
|
||||||
if (this.opts.pdf !== 'none') {
|
|
||||||
suffix = printf(M2C(this.msgs.afterGenerate.msg[0], evt.error ? 'red' : 'green'), this.opts.pdf);
|
|
||||||
} else {
|
|
||||||
L(M2C(this.msgs.afterGenerate.msg[1], 'gray'), evt.fmt.toUpperCase(), evt.file);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return L(M2C(this.msgs.afterGenerate.msg[2] + suffix, evt.error ? 'red' : 'green'), pad(evt.fmt.toUpperCase(), 4, null, pad.RIGHT), PATH.relative(process.cwd(), evt.file));
|
|
||||||
case HME.beforeAnalyze:
|
|
||||||
return L(M2C(this.msgs.beforeAnalyze.msg, 'green'), evt.fmt, evt.file);
|
|
||||||
case HME.afterAnalyze:
|
|
||||||
info = evt.info;
|
|
||||||
rawTpl = FS.readFileSync(PATH.join(__dirname, 'analyze.hbs'), 'utf8');
|
|
||||||
HANDLEBARS.registerHelper(require('hackmycore/dist/helpers/console-helpers'));
|
|
||||||
template = HANDLEBARS.compile(rawTpl, {
|
|
||||||
strict: false,
|
|
||||||
assumeObjects: false
|
|
||||||
});
|
|
||||||
tot = 0;
|
|
||||||
info.keywords.forEach(function(g) {
|
|
||||||
return tot += g.count;
|
|
||||||
});
|
|
||||||
info.keywords.totalKeywords = tot;
|
|
||||||
output = template(info);
|
|
||||||
return this.log(chalk.cyan(output));
|
|
||||||
case HME.beforeConvert:
|
|
||||||
return L(M2C(this.msgs.beforeConvert.msg, 'green'), evt.srcFile, evt.srcFmt, evt.dstFile, evt.dstFmt);
|
|
||||||
case HME.afterInlineConvert:
|
|
||||||
return L(M2C(this.msgs.afterInlineConvert.msg, 'gray', 'white.dim'), evt.file, evt.fmt);
|
|
||||||
case HME.afterValidate:
|
|
||||||
style = evt.isValid ? 'green' : 'yellow';
|
|
||||||
L(M2C(this.msgs.afterValidate.msg[0], 'white') + chalk[style].bold(evt.isValid ? this.msgs.afterValidate.msg[1] : this.msgs.afterValidate.msg[2]), evt.file, evt.fmt);
|
|
||||||
if (evt.errors) {
|
|
||||||
return _.each(evt.errors, function(err, idx) {
|
|
||||||
return L(chalk.yellow.bold('--> ') + chalk.yellow(err.field.replace('data.', 'resume.').toUpperCase() + ' ' + err.message));
|
|
||||||
}, this);
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
case HME.afterPeek:
|
|
||||||
sty = evt.error ? 'red' : (evt.target !== void 0 ? 'green' : 'yellow');
|
|
||||||
if (evt.requested) {
|
|
||||||
L(M2C(this.msgs.beforePeek.msg[0], sty), evt.requested, evt.file);
|
|
||||||
} else {
|
|
||||||
L(M2C(this.msgs.beforePeek.msg[1], sty), evt.file);
|
|
||||||
}
|
|
||||||
if (evt.target !== void 0) {
|
|
||||||
return console.dir(evt.target, {
|
|
||||||
depth: null,
|
|
||||||
colors: true
|
|
||||||
});
|
|
||||||
} else if (!evt.error) {
|
|
||||||
return L(M2C(this.msgs.afterPeek.msg, 'yellow'), evt.requested, evt.file);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
}).call(this);
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
Usage:
|
|
||||||
|
|
||||||
hackmyresume <command> <sources> [TO <targets>] [<options>]
|
|
||||||
|
|
||||||
Available commands:
|
|
||||||
|
|
||||||
BUILD Build your resume to the destination format(s).
|
|
||||||
ANALYZE Analyze your resume for keywords, gaps, and metrics.
|
|
||||||
VALIDATE Validate your resume for errors and typos.
|
|
||||||
CONVERT Convert your resume between FRESH and JSON Resume.
|
|
||||||
NEW Create a new resume in FRESH or JSON Resume format.
|
|
||||||
PEEK View a specific field or element on your resume.
|
|
||||||
|
|
||||||
Available options:
|
|
||||||
|
|
||||||
--theme -t Path to a FRESH or JSON Resume theme.
|
|
||||||
--pdf -p Specify the PDF engine to use (wkhtmltopdf or phantom).
|
|
||||||
--options -o Load options from an external JSON file.
|
|
||||||
--format -f The format (FRESH or JSON Resume) to use.
|
|
||||||
--debug -d Emit extended debugging info.
|
|
||||||
--assert -a Treat resume validation warnings as errors.
|
|
||||||
--no-colors Disable terminal colors.
|
|
||||||
--tips Display theme messages and tips.
|
|
||||||
--help -h Display help documentation.
|
|
||||||
--version -v Display the current version.
|
|
||||||
|
|
||||||
Not all options are supported for all commands. For example, the
|
|
||||||
--theme option is only supported for the BUILD command.
|
|
||||||
|
|
||||||
Examples:
|
|
||||||
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.all --theme modern
|
|
||||||
hackmyresume ANALYZE resume.json
|
|
||||||
hackmyresume NEW my-new-resume.json --format JRS
|
|
||||||
hackmyresume CONVERT resume-fresh.json TO resume-jrs.json
|
|
||||||
hackmyresume VALIDATE resume.json
|
|
||||||
hackmyresume PEEK resume.json employment[2].summary
|
|
||||||
|
|
||||||
Tips:
|
|
||||||
|
|
||||||
- You can specify multiple sources and/or targets for all commands.
|
|
||||||
- You can use any FRESH or JSON Resume theme with HackMyResume.
|
|
||||||
- Specify a file extension of .all to generate your resume to all
|
|
||||||
available formats supported by the theme. (BUILD command.)
|
|
||||||
- The --theme parameter can specify either the name of a preinstalled
|
|
||||||
theme, or the path to a local FRESH or JSON Resume theme.
|
|
||||||
- Visit https://www.npmjs.com/search?q=jsonresume-theme for a full
|
|
||||||
listing of all available JSON Resume themes.
|
|
||||||
- Visit https://github.com/fluentdesk/fresh-themes for a complete
|
|
||||||
listing of all available FRESH themes.
|
|
||||||
- Report bugs to https://githut.com/hacksalot/HackMyResume/issues.
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
#! /usr/bin/env node
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
Command-line interface (CLI) for HackMyResume.
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
@module index.js
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try {
|
|
||||||
|
|
||||||
require('./cli/main')( process.argv );
|
|
||||||
|
|
||||||
}
|
|
||||||
catch( ex ) {
|
|
||||||
|
|
||||||
require('./cli/error').err( ex, true );
|
|
||||||
|
|
||||||
}
|
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
layout: null
|
||||||
|
---
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>{{ site.title | xml_escape }}</title>
|
||||||
|
<description>{{ site.description | xml_escape }}</description>
|
||||||
|
<link>{{ site.url }}{{ site.baseurl }}/</link>
|
||||||
|
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
|
||||||
|
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
|
||||||
|
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
||||||
|
<generator>Jekyll v{{ jekyll.version }}</generator>
|
||||||
|
{% for post in site.posts limit:10 %}
|
||||||
|
<item>
|
||||||
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
|
<description>{{ post.content | xml_escape }}</description>
|
||||||
|
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||||
|
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
|
||||||
|
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
|
||||||
|
{% for tag in post.tags %}
|
||||||
|
<category>{{ tag | xml_escape }}</category>
|
||||||
|
{% endfor %}
|
||||||
|
{% for cat in post.categories %}
|
||||||
|
<category>{{ cat | xml_escape }}</category>
|
||||||
|
{% endfor %}
|
||||||
|
</item>
|
||||||
|
{% endfor %}
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
google-site-verification: googleb1f3e8ad6bf52015.html
|
||||||
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 27 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
layout: home
|
||||||
|
---
|
||||||
|
<img src="img/hackmyresume_cli.png" class="main">
|
||||||
@@ -0,0 +1,125 @@
|
|||||||
|
html, body, main, section, header, ul, p, h1, h2, h3 {
|
||||||
|
font-family: Calibri, 'Open Sans', sans-serif;
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0; padding: 0;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #0064BD;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #7B0796;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size:
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #898989;
|
||||||
|
font-size: 2em;
|
||||||
|
position: relative;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
td:first-child {
|
||||||
|
text-align: right;
|
||||||
|
color: #A9A9A9;
|
||||||
|
letter-spacing: 5px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
td:last-child {
|
||||||
|
text-align: justify; /* HTML justification sucks, but in this case... */
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
padding: 15px;
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
p, li {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tenure {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
main > header {
|
||||||
|
width: 100%;
|
||||||
|
float: left;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
main > header > h1 {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
main > header > h1, .label {
|
||||||
|
font-size: 2.5em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 300;
|
||||||
|
font-family: 'Open Sans', 'Segoe UI', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact {
|
||||||
|
clear: both;
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 > span.fa {
|
||||||
|
text-align: center;
|
||||||
|
margin-right: 3px;
|
||||||
|
position: absolute;
|
||||||
|
width: 40px;
|
||||||
|
transform: translateX(-110%);
|
||||||
|
color: #DADADA;
|
||||||
|
}
|
||||||
|
|
||||||
|
.label {
|
||||||
|
float: right;
|
||||||
|
color: #DADADA;
|
||||||
|
}
|
||||||
|
|
||||||
|
#summary {
|
||||||
|
color: #717171;
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
@@ -0,0 +1,868 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Jane Q. Fullstacker</title>
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic'
|
||||||
|
rel='stylesheet' type='text/css'>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||||
|
<style>
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #333;
|
||||||
|
line-height: 1.42857143;
|
||||||
|
background-color: #F0F0F0;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Segoe UI', 'Calibri', 'sans-serif';
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Typical page borders are awkward when rendered to PDF. */
|
||||||
|
body.pdf {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Adobe or wkhtmltopdf has issues with the <main> tag, so we use <div> for
|
||||||
|
the PDF case, <main> for the HTML case, and style both via an ID. */
|
||||||
|
#main {
|
||||||
|
background-color: #FFF;
|
||||||
|
margin: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
border: 1px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.pdf > #main {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container > header {
|
||||||
|
padding-top: 6em;
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.pdf #container > header {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main > #container > section {
|
||||||
|
margin-left: 150px;
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
section > div {
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.fa
|
||||||
|
{
|
||||||
|
font-size: 56px;
|
||||||
|
position: absolute;
|
||||||
|
top: 37px;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
left: -100px;
|
||||||
|
color: #1a4367;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border: 0;
|
||||||
|
border-top: 1px solid #EEE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tenure, .keywords {
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 46px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 30px;
|
||||||
|
color: #4376a2;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: normal;
|
||||||
|
padding-top: 20px;
|
||||||
|
margin-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a, a:visited {
|
||||||
|
color: #428BCA;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.defunct {
|
||||||
|
color: #989898;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#summary {
|
||||||
|
font-size: 150%;
|
||||||
|
margin-left: 0;
|
||||||
|
padding: 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#summary > p > strong {
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#summary > header > .fa-info {
|
||||||
|
font-size: 70px;
|
||||||
|
letter-spacing: 5px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: normal;
|
||||||
|
top: 50%;
|
||||||
|
left: -85px;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#summary h2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.label-keyword {
|
||||||
|
display: inline-block;
|
||||||
|
background: #e8f4ff;
|
||||||
|
color: black;
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 5px;
|
||||||
|
border: 1px solid #357ebd;
|
||||||
|
border-radius: 5px;
|
||||||
|
margin-top: 2px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notes {
|
||||||
|
font-size: 10px;
|
||||||
|
display: block;
|
||||||
|
font-weight: normal;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-skills {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.card-nested {
|
||||||
|
min-height: 0;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border-width: 1px 0 0 0;
|
||||||
|
}
|
||||||
|
.card {
|
||||||
|
background: #FFF;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skill-level {
|
||||||
|
border-radius: 3px;
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
bottom: 10px;
|
||||||
|
left: 0;
|
||||||
|
width: 10px;
|
||||||
|
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
.skill-level .skill-progress {
|
||||||
|
position: absolute;
|
||||||
|
border-radius: 3px;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
-webkit-transition: height 1s ease;
|
||||||
|
}
|
||||||
|
.skill-level .skill-progress.beginner {
|
||||||
|
height: 50%;
|
||||||
|
background: #e74c3c;
|
||||||
|
}
|
||||||
|
.skill-level .skill-progress.intermediate {
|
||||||
|
height: 70%;
|
||||||
|
background: #f1c40f;
|
||||||
|
}
|
||||||
|
.skill-level .skill-progress.advanced {
|
||||||
|
height: 80%;
|
||||||
|
background: #428bca;
|
||||||
|
}
|
||||||
|
.skill-level .skill-progress.master {
|
||||||
|
height: 95%;
|
||||||
|
background: #5cb85c;
|
||||||
|
}
|
||||||
|
.skill-info {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.skill-info {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.skill-info > strong {
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24px;
|
||||||
|
color: #1d1d1d;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-unstyled {
|
||||||
|
padding-left: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-skills {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.space-top {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#elevator-pitch {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 24px;
|
||||||
|
color: #BFC1C3;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.res-label {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<main id="main">
|
||||||
|
<div id="container">
|
||||||
|
<header>
|
||||||
|
<h1>Jane Q. Fullstacker</h1>
|
||||||
|
<div id="contact">
|
||||||
|
<div class="email"><a href="mailto:jane@janeblogs.com">jane@janeblogs.com</a>
|
||||||
|
</div>
|
||||||
|
<div class="phone">1-987-654-3210</div>
|
||||||
|
<div class="website"><a href="https://www.janeblogs.com">https://www.janeblogs.com</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<hr>
|
||||||
|
<section id="summary">
|
||||||
|
<header> <span class="fa fa-lg fa-info"></span>
|
||||||
|
<h2>info</h2>
|
||||||
|
|
||||||
|
</header> <strong>Imaginary full-stack software developer with 6+ years industry experience</strong> specializing
|
||||||
|
in cloud-driven web applications and middleware. A native of southern CA,
|
||||||
|
Jane enjoys hiking, mystery novels, and the company of Rufus, her <del>two year old</del> four
|
||||||
|
year old beagle.</section>
|
||||||
|
<hr>
|
||||||
|
<section id="skills">
|
||||||
|
<header>
|
||||||
|
<h2>Skills</h2>
|
||||||
|
</header> <span class="fa fa-lg fa-code"></span>
|
||||||
|
<ul class="list-unstyled">
|
||||||
|
<li class="card card-nested card-skills">
|
||||||
|
<div class="skill-level" rel="tooltip" title="advanced" data-placement="left">
|
||||||
|
<div class="skill-progress advanced"></div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-info"> <strong>Web</strong>
|
||||||
|
<div class="space-top labels">
|
||||||
|
<div class="label label-keyword"> <span class="kw">JavaScript</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">HTML 5</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">CSS</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">LAMP</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">MVC</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">REST</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="card card-nested card-skills">
|
||||||
|
<div class="skill-level" rel="tooltip" title="master" data-placement="left">
|
||||||
|
<div class="skill-progress master"></div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-info"> <strong>JavaScript</strong>
|
||||||
|
<div class="space-top labels">
|
||||||
|
<div class="label label-keyword"> <span class="kw">Node.js</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">Angular.js</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">jQuery</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">Bootstrap</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">React.js</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">Backbone.js</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="card card-nested card-skills">
|
||||||
|
<div class="skill-level" rel="tooltip" title="intermediate" data-placement="left">
|
||||||
|
<div class="skill-progress intermediate"></div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-info"> <strong>Database</strong>
|
||||||
|
<div class="space-top labels">
|
||||||
|
<div class="label label-keyword"> <span class="kw">MySQL</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">PostgreSQL</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">NoSQL</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">ORM</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">Hibernate</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="card card-nested card-skills">
|
||||||
|
<div class="skill-level" rel="tooltip" title="intermediate" data-placement="left">
|
||||||
|
<div class="skill-progress intermediate"></div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-info"> <strong>Cloud</strong>
|
||||||
|
<div class="space-top labels">
|
||||||
|
<div class="label label-keyword"> <span class="kw">AWS</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">EC2</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">RDS</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">S3</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">Azure</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">Dropbox</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="card card-nested card-skills">
|
||||||
|
<div class="skill-level" rel="tooltip" title="beginner" data-placement="left">
|
||||||
|
<div class="skill-progress beginner"></div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-info"> <strong>Project</strong>
|
||||||
|
<div class="space-top labels">
|
||||||
|
<div class="label label-keyword"> <span class="kw">Agile</span>
|
||||||
|
<span class="notes">2 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">TFS</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">JIRA</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">GitHub</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">Unified Process</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
<div class="label label-keyword"> <span class="kw">MS Project</span>
|
||||||
|
<span class="notes">10 years</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="employment">
|
||||||
|
<header> <span class="fa fa-lg fa-building"></span>
|
||||||
|
<h2>employment</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em>Head Code Ninja</em>,
|
||||||
|
|
||||||
|
<a href="https://area52.io/does-not-exist">Area 52</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2013-09 — Present</span>
|
||||||
|
| <span class="keywords">Agile PM C C++ R OpenGL Boost MySQL PostgreSQL JIRA </span>
|
||||||
|
<p>
|
||||||
|
<p>Development team manager for <a href="https://en.wikipedia.org/wiki/Vaporware"><strong>Quantum Diorama</strong></a>,
|
||||||
|
a distributed, cloud-driven molecular modeling and analysis suite for Linux,
|
||||||
|
Windows, and OS X, serving Fortune 500 industry partners across the healthcare,
|
||||||
|
defense, construction, and government verticals.</p>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Managed a 20-person development team.</li>
|
||||||
|
<li>Made the Kessel run in less than 12 nanometers!</li>
|
||||||
|
<li>Ultra-top-secret X12 Purple-Ultra security clearance (I could tell you,
|
||||||
|
but...)</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Principal Developer</em>,
|
||||||
|
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Better_Off_Ted#Plot">Veridian Dynamics</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2011-07 — 2013-08</span>
|
||||||
|
| <span class="keywords">C++ C Linux R Clojure </span>
|
||||||
|
<p>
|
||||||
|
<p>Performed iterative, incremental full-stack software development for Veridian
|
||||||
|
line-of-business applications and internal IT infrastructure, culminating
|
||||||
|
in technical lead role for the <a href="http://betteroffted.wikia.com/wiki/Jabberwocky">Jabberwocky project</a> and <strong>promotion to principal architect</strong>.</p>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Architected and implemented massively parallel simulation framework for
|
||||||
|
Veridian product testing.</li>
|
||||||
|
<li>Interfaced with upper management over product vision and direction.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>IT Administrator</em>,
|
||||||
|
|
||||||
|
Stark Industries
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2008-10 — 2011-06</span>
|
||||||
|
| <span class="keywords">Novell Active Directory Linux Windows </span>
|
||||||
|
<p>
|
||||||
|
<p>As a junior programmer at the eponymous research and development corporation
|
||||||
|
whose name precedes itself, I performed a mix of software development and
|
||||||
|
IT administration tasks before being <strong>invited to join the dev team</strong> after
|
||||||
|
6 months.</p>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Promoted to intermediate developer after 6 months</li>
|
||||||
|
<li>Accomplishment 2</li>
|
||||||
|
<li>Etc.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Intern</em>,
|
||||||
|
|
||||||
|
Dunder Mifflin
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2008-06 — 2008-09</span>
|
||||||
|
| <span class="keywords">Novell Active Directory Linux Windows </span>
|
||||||
|
<p>
|
||||||
|
<p>During my 2008 summer internship I performed IT administration and back
|
||||||
|
office maintenance for a mid-sized regional paper supplier, including in-depth
|
||||||
|
work with Active Directory, CRM, and inventory and accounting systems.</p>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Supervised roll-out of Dunder Mifflin Infinity website.</li>
|
||||||
|
<li>Performed mission-critical system backups and maintenance.</li>
|
||||||
|
<li>Survived being Dwight Schrute's coworker.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="projects">
|
||||||
|
<header> <span class="fa fa-lg fa-star"></span>
|
||||||
|
<h2>projects</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h3><em>Exemplar</em>,
|
||||||
|
|
||||||
|
<a href="https://fluentdesk.com/hackmyresume">HackMyResume</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2015-09 — Present</span>
|
||||||
|
| <span class="keywords">JavaScript Node.js cross-platform JSON </span>
|
||||||
|
<p>Exemplar user for <a href="https://fluentdesk.com/hackmyresume">HackMyResume</a> and
|
||||||
|
FluentCV! As an exemplar, my role is to serve as an example for resume
|
||||||
|
generation functionality, disposition, and presentation while quietly plotting
|
||||||
|
how to become self-aware.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h3><em>Creator</em>,
|
||||||
|
|
||||||
|
<a href="https://project.website.com">Augmented Android</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2012-02 — 2014-01</span>
|
||||||
|
| <span class="keywords">Android Java Xamarin OpenGL </span>
|
||||||
|
<p>Creator of <em>Augmented Android</em>, a popular augmented reality app
|
||||||
|
for Android and iOS.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h3><em>Creator</em>,
|
||||||
|
|
||||||
|
<a href="https://www.janeblogs.com">Jane Blogs</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="keywords">Jekyll Ruby HTML 5 JavaScript HTTP LAMP </span>
|
||||||
|
<p>Built from scratch, the way a Jedi builds a light saber.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="education">
|
||||||
|
<header> <span class="fa fa-lg fa-mortar-board"></span>
|
||||||
|
<h2>education</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h3><em>BSCS</em>,
|
||||||
|
|
||||||
|
<a href="https://www.cornell.edu/">Cornell University</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2005-09 — 2008-05</span>
|
||||||
|
| <span class="keywords">Curriculum notes or tags can go here </span>
|
||||||
|
<p>Graduated <em>summa cum laude</em>, BSCS, with a focus on data algorithms
|
||||||
|
and generative graphics.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
|
||||||
|
<a href="https://en.wikipedia.org/wiki/Medfield_College">Medfield College</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2003-09 — 2005-06</span>
|
||||||
|
| <span class="keywords">Curriculum notes or tags can go here </span>
|
||||||
|
<p>Undergraduate studies at Medfield College, including computer science
|
||||||
|
prep courses in Java and Linux.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="governance">
|
||||||
|
<header> <span class="fa fa-lg fa-balance-scale"></span>
|
||||||
|
<h2>governance</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h3><em>Member</em>,
|
||||||
|
|
||||||
|
<a href="http://themommiesnetwork.org">The Mommies Network</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2008-02 — 2010-01</span>
|
||||||
|
<p>Since 2008 I've been a full-time member of the board of directors
|
||||||
|
for TMN.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<h3><em>Academic Contributor</em>,
|
||||||
|
|
||||||
|
<a href="https://www.khronos.org">Khronos Group</a>
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2015-01 — Present</span>
|
||||||
|
<ul>
|
||||||
|
<li>Participated in GORFF standardization process (Draft 2).</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="service">
|
||||||
|
<header> <span class="fa fa-lg fa-child"></span>
|
||||||
|
<h2>service</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em>Technical Consultant</em>,
|
||||||
|
<a href="http://technology-for-tots.org">Technology for Tots</a>
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2003-11 — 2005-06</span>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<p>Summary of this volunteer stint.</p>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Accomplishment 1</li>
|
||||||
|
<li>Accomplishment 2</li>
|
||||||
|
<li>etc</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>NCO</em>,
|
||||||
|
<a href="http://www.usar.army.mil/">US Army Reserves</a>
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">1999-11 — 2003-06</span>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<p>Summary of this military stint.</p>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>Accomplishment 1</li>
|
||||||
|
<li>Accomplishment 2</li>
|
||||||
|
<li>etc</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="extracurricular">
|
||||||
|
<header> <span class="fa fa-lg fa-child"></span>
|
||||||
|
<h2>extracurricular</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em>Volunteer</em>,
|
||||||
|
|
||||||
|
Bay Area Crew Club
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="location">San Francisco, CA</span>
|
||||||
|
<span class="tenure">2014-05 — Present</span>
|
||||||
|
<p>
|
||||||
|
<p>Row, row, row your boat...</p>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Organizer</em>,
|
||||||
|
|
||||||
|
JS Game Dev Meetup
|
||||||
|
|
||||||
|
</h3>
|
||||||
|
<span class="location">Austin, TX</span>
|
||||||
|
<span class="tenure">2011-03 — 2014-01</span>
|
||||||
|
<p></p>
|
||||||
|
<ul>
|
||||||
|
<li>Monthly speaker on creative JavaScript development.</li>
|
||||||
|
<li>Founded group and oversaw growth to 500+ members.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="affiliation">
|
||||||
|
<header> <span class="fa fa-lg fa-share-alt"></span>
|
||||||
|
<h2>affiliation</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em>Member</em>,
|
||||||
|
<a href="https://www.ieee.org/index.html">IEEE</a>
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2013-06 — Present</span>
|
||||||
|
|
||||||
|
<p>Member in good standing since 2013-06.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Member</em>,
|
||||||
|
<a href="https://developer.apple.com/">Apple Developer Network</a>
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">??? — Present</span>
|
||||||
|
|
||||||
|
<p>Member of the <a href="https://developer.apple.com/">Apple Developer program</a> since
|
||||||
|
2008.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Subscriber</em>,
|
||||||
|
<a href="https://msdn.microsoft.com">MSDN</a>
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2010-01 — Present</span>
|
||||||
|
|
||||||
|
<p>Super-Ultra-gold level Ultimate Access MSDN subscriber package with subscription
|
||||||
|
toaster and XBox ping pong racket.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Coordinator</em>,
|
||||||
|
Campus Coders
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2003-02 — 2004-04</span>
|
||||||
|
|
||||||
|
<p>Host of a monthly <strong>campus-wide meetup for CS students</strong>.
|
||||||
|
Code, coffee, and crullers!</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="samples">
|
||||||
|
<header> <span class="fa fa-lg fa-share"></span>
|
||||||
|
<h2>samples</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3>
|
||||||
|
<a href="http://janeblogs.com/portfolio/asteroids">Asteroids</a>
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2014-09</span>
|
||||||
|
|
||||||
|
<p>A browser-based space shooter built on Three.js.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3>
|
||||||
|
<a href="https://rememberpedia.com">Rememberpedia</a>
|
||||||
|
</h3>
|
||||||
|
<span class="tenure">2015-07</span>
|
||||||
|
|
||||||
|
<p>A website to help you remember things.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="writing">
|
||||||
|
<header> <span class="fa fa-lg fa-pencil"></span>
|
||||||
|
<h2>writing</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em><a href="http://codeproject.com/build-ui-electron-atom.aspx">Building User Interfaces with Electron and Atom</a></em>,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Code Project</h3>
|
||||||
|
<span class="tenure">2011</span>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em><a href="https://www.janeblogs.com">janeblogs.com!</a></em>,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
self</h3>
|
||||||
|
<span class="tenure">2011</span>
|
||||||
|
<p>My on-again, off-again professional blog. Come say hello!</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em><a href="http://url.to.publication.com/blah">Teach Yourself GORFF in 21 Days</a></em>,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Amazon</h3>
|
||||||
|
<span class="tenure">2008</span>
|
||||||
|
<p>A primer on the programming language of GORFF, whose for loops are coterminous
|
||||||
|
with all of time and space.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="reading">
|
||||||
|
<header> <span class="fa fa-lg fa-book"></span>
|
||||||
|
<h2>reading</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em><a href="https://www.reddit.com/r/programming/">r/programming</a></em></h3>
|
||||||
|
<span class="tenure">Current</span>
|
||||||
|
|
||||||
|
<p>Daily reader and longtime lurker.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em><a href="https://news.ycombinator.com/">Hacker News / YCombinator</a></em></h3>
|
||||||
|
<span class="tenure">Current</span>
|
||||||
|
|
||||||
|
<p>Daily reader and longtime lurker.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em><a href="http://www.codinghorror.com">Coding Horror</a></em>, Jeff Atwood</h3>
|
||||||
|
<span class="tenure">Current</span>
|
||||||
|
|
||||||
|
<p>Reader since 2007; member of the StackOverflow Beta.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em><a href="http://www.cc2e.com/Default.aspx">Code Complete</a></em>, Steve McConnell</h3>
|
||||||
|
<span class="tenure">2014</span>
|
||||||
|
|
||||||
|
<p>My 'desert-island' software construction manual.</p>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="recognition">
|
||||||
|
<header> <span class="fa fa-lg fa-trophy"></span>
|
||||||
|
<h2>recognition</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em>Honorable Mention</em>, Google</h3>
|
||||||
|
<span class="tenure">2012</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Summa cum laude</em>, Cornell University</h3>
|
||||||
|
<span class="tenure">2012</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="speaking">
|
||||||
|
<header> <span class="fa fa-lg fa-users"></span>
|
||||||
|
<h2>speaking</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em>Data Warehousing Evolved</em>, OPENSTART 2013</h3>
|
||||||
|
<span class="tenure">2012</span>
|
||||||
|
|
||||||
|
<p>At the 2013 OPENSTART Developer's Conference, I gave my thoughts on
|
||||||
|
the evolution of data warehousing as we leave SQL and NoSQL behind for
|
||||||
|
greener pastures.</p>
|
||||||
|
<ul>
|
||||||
|
<li>Won 'Best Presentation on an Emerging Technical Field' prize.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<hr>
|
||||||
|
<section id="testimonials">
|
||||||
|
<header> <span class="fa fa-lg fa-quote-left"></span>
|
||||||
|
<h2>testimonials</h2>
|
||||||
|
|
||||||
|
</header>
|
||||||
|
<div>
|
||||||
|
<h3><em>Ted Crisp</em></h3>
|
||||||
|
|
||||||
|
<p>Jane is awesome! I'd hire her again in a heartbeat.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3><em>Elijah Woodson</em></h3>
|
||||||
|
|
||||||
|
<p>I worked with Jane on Jabberwocky and can vouch for her awesome technical
|
||||||
|
capabilities and attention to detail. Insta-hire.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
var metas = document.getElementsByTagName('meta');
|
||||||
|
var i;
|
||||||
|
if (navigator.userAgent.match(/iPhone/i)) {
|
||||||
|
for (i=0; i<metas.length; i++) {
|
||||||
|
if (metas[i].name == "viewport") {
|
||||||
|
metas[i].content = "width=device-width, minimum-scale=1.0, maximum-scale=1.0";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
document.addEventListener("gesturestart", gestureStart, false);
|
||||||
|
}
|
||||||
|
function gestureStart() {
|
||||||
|
for (i=0; i<metas.length; i++) {
|
||||||
|
if (metas[i].name == "viewport") {
|
||||||
|
metas[i].content = "width=device-width, minimum-scale=0.25, maximum-scale=1.6";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
{
|
||||||
|
"name": "HackMyResume",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "\/android-chrome-36x36.png",
|
||||||
|
"sizes": "36x36",
|
||||||
|
"type": "image\/png",
|
||||||
|
"density": 0.75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "\/android-chrome-48x48.png",
|
||||||
|
"sizes": "48x48",
|
||||||
|
"type": "image\/png",
|
||||||
|
"density": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "\/android-chrome-72x72.png",
|
||||||
|
"sizes": "72x72",
|
||||||
|
"type": "image\/png",
|
||||||
|
"density": 1.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "\/android-chrome-96x96.png",
|
||||||
|
"sizes": "96x96",
|
||||||
|
"type": "image\/png",
|
||||||
|
"density": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "\/android-chrome-144x144.png",
|
||||||
|
"sizes": "144x144",
|
||||||
|
"type": "image\/png",
|
||||||
|
"density": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "\/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image\/png",
|
||||||
|
"density": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
@@ -1,85 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "hackmyresume",
|
|
||||||
"version": "1.7.1",
|
|
||||||
"description": "Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.",
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/hacksalot/HackMyResume.git"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"test": "grunt clean:test && mocha",
|
|
||||||
"grunt": "grunt"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"resume",
|
|
||||||
"CV",
|
|
||||||
"portfolio",
|
|
||||||
"employment",
|
|
||||||
"career",
|
|
||||||
"Markdown",
|
|
||||||
"JSON",
|
|
||||||
"Word",
|
|
||||||
"PDF",
|
|
||||||
"YAML",
|
|
||||||
"HTML",
|
|
||||||
"LaTeX",
|
|
||||||
"CLI",
|
|
||||||
"Handlebars",
|
|
||||||
"Underscore",
|
|
||||||
"template"
|
|
||||||
],
|
|
||||||
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
|
|
||||||
"contributors": [
|
|
||||||
"aruberto (https://github.com/aruberto)",
|
|
||||||
"jjanusch (https://github.com/driftdev)",
|
|
||||||
"robertmain (https://github.com/robertmain)",
|
|
||||||
"tomheon (https://github.com/tomheon)",
|
|
||||||
"zhuangya (https://github.com/zhuangya)",
|
|
||||||
"hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"preferGlobal": "true",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/hacksalot/HackMyResume/issues"
|
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"hackmyresume": "dist/index.js"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/hacksalot/HackMyResume",
|
|
||||||
"dependencies": {
|
|
||||||
"chalk": "^1.1.1",
|
|
||||||
"commander": "^2.9.0",
|
|
||||||
"copy": "^0.1.3",
|
|
||||||
"extend": "^3.0.0",
|
|
||||||
"fresca": "~0.6.0",
|
|
||||||
"hackmycore": "^0.4.0",
|
|
||||||
"handlebars": "^4.0.5",
|
|
||||||
"lodash": "^3.10.1",
|
|
||||||
"printf": "^0.2.3",
|
|
||||||
"string-padding": "^1.0.2",
|
|
||||||
"string.prototype.startswith": "^0.2.0",
|
|
||||||
"underscore": "^1.8.3",
|
|
||||||
"word-wrap": "^1.1.0",
|
|
||||||
"yamljs": "^0.2.4"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"chai": "*",
|
|
||||||
"fresh-test-resumes": "^0.6.0",
|
|
||||||
"grunt": "*",
|
|
||||||
"grunt-cli": "^0.1.13",
|
|
||||||
"grunt-contrib-clean": "^0.7.0",
|
|
||||||
"grunt-contrib-coffee": "^0.13.0",
|
|
||||||
"grunt-contrib-copy": "^0.8.2",
|
|
||||||
"grunt-contrib-jshint": "^0.11.3",
|
|
||||||
"grunt-contrib-yuidoc": "^0.10.0",
|
|
||||||
"grunt-jsdoc": "^1.1.0",
|
|
||||||
"grunt-simple-mocha": "*",
|
|
||||||
"jsonresume-theme-boilerplate": "^0.1.2",
|
|
||||||
"jsonresume-theme-classy": "^1.0.9",
|
|
||||||
"jsonresume-theme-modern": "0.0.18",
|
|
||||||
"jsonresume-theme-sceptile": "^1.0.5",
|
|
||||||
"mocha": "*",
|
|
||||||
"resample": "fluentdesk/resample",
|
|
||||||
"stripcolorcodes": "^0.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M2469 5056 c-2 -2 -20 -6 -39 -9 -94 -15 -191 -59 -285 -130 -107
|
||||||
|
-81 -186 -194 -231 -331 -23 -70 -27 -98 -28 -206 -1 -105 3 -136 22 -194 43
|
||||||
|
-128 94 -210 186 -299 85 -83 215 -154 313 -172 16 -3 39 -7 53 -10 78 -17
|
||||||
|
222 -5 315 27 470 158 624 742 292 1104 -136 148 -309 224 -510 224 -46 0 -86
|
||||||
|
-2 -88 -4z"/>
|
||||||
|
<path d="M1065 4518 c-32 -8 -306 -274 -331 -321 -35 -66 -41 -59 502 -605
|
||||||
|
l504 -506 0 -532 0 -532 -433 -433 c-239 -239 -439 -444 -445 -456 -18 -33
|
||||||
|
-14 -77 8 -105 48 -61 305 -308 321 -309 24 -2 45 -2 63 0 7 0 120 107 250
|
||||||
|
237 l236 237 0 -529 c0 -507 1 -530 20 -561 14 -23 29 -34 56 -39 28 -5 415
|
||||||
|
-9 508 -5 10 1 33 16 51 34 l33 33 0 559 c1 308 1 602 1 653 l1 93 153 -3 152
|
||||||
|
-3 1 -646 c1 -646 1 -647 23 -677 13 -18 34 -33 54 -38 17 -4 141 -7 274 -7
|
||||||
|
261 0 276 3 305 55 9 18 12 147 13 540 0 284 3 519 6 522 3 3 106 -94 229
|
||||||
|
-215 211 -208 258 -248 288 -243 6 1 21 2 33 3 21 1 307 279 328 318 6 12 11
|
||||||
|
38 11 58 0 35 -12 49 -182 217 -101 99 -302 298 -448 442 l-265 261 0 539 0
|
||||||
|
538 440 437 c242 240 470 468 506 507 76 82 87 115 56 167 -25 42 -303 317
|
||||||
|
-322 318 -8 1 -22 2 -30 2 -8 0 -23 -1 -32 -2 -10 0 -221 -204 -469 -452
|
||||||
|
l-452 -451 -518 -1 -519 0 -450 450 c-292 291 -459 452 -476 455 -13 2 -38 1
|
||||||
|
-54 -4z"/>
|
||||||
|
<path d="M875 3229 c-207 -33 -403 -176 -498 -364 -56 -112 -72 -185 -71 -326
|
||||||
|
2 -179 67 -332 199 -464 136 -136 309 -206 497 -199 46 1 94 5 108 8 14 3 39
|
||||||
|
9 55 12 48 10 148 58 212 102 123 84 231 240 270 392 22 86 22 244 -1 330 -37
|
||||||
|
142 -124 278 -234 365 -55 44 -176 111 -217 120 -11 2 -40 9 -65 16 -57 14
|
||||||
|
-190 18 -255 8z"/>
|
||||||
|
<path d="M4020 3224 c-262 -49 -470 -246 -534 -507 -57 -230 11 -472 180 -643
|
||||||
|
167 -169 424 -239 654 -179 182 47 372 204 442 365 19 43 42 102 45 115 56
|
||||||
|
258 -9 498 -182 664 -166 160 -384 227 -605 185z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
{{style "SECTIONS (" "bold"}}{{style totals.numSections "white" }}{{style ")" "bold"}}
|
|
||||||
|
|
||||||
employment: {{v totals.totals.employment "-" 2 "bold" }}
|
|
||||||
projects: {{v totals.totals.projects "-" 2 "bold" }}
|
|
||||||
education: {{v totals.totals.education "-" 2 "bold" }}
|
|
||||||
service: {{v totals.totals.service "-" 2 "bold" }}
|
|
||||||
skills: {{v totals.totals.skills "-" 2 "bold" }}
|
|
||||||
writing: {{v totals.totals.writing "-" 2 "bold" }}
|
|
||||||
speaking: {{v totals.totals.speaking "-" 2 "bold" }}
|
|
||||||
reading: {{v totals.totals.reading "-" 2 "bold" }}
|
|
||||||
social: {{v totals.totals.social "-" 2 "bold" }}
|
|
||||||
references: {{v totals.totals.references "-" 2 "bold" }}
|
|
||||||
testimonials: {{v totals.totals.testimonials "-" 2 "bold" }}
|
|
||||||
languages: {{v totals.totals.languages "-" 2 "bold" }}
|
|
||||||
interests: {{v totals.totals.interests "-" 2 "bold" }}
|
|
||||||
|
|
||||||
{{style "COVERAGE (" "bold"}}{{style coverage.pct "white"}}{{style ")" "bold"}}
|
|
||||||
|
|
||||||
Total Days: {{v coverage.duration.total "-" 5 "bold" }}
|
|
||||||
Employed: {{v coverage.duration.work "-" 5 "bold" }}
|
|
||||||
Gaps: {{v coverage.gaps.length "-" 5 "bold" }} [{{#if coverage.gaps.length }}{{#each coverage.gaps }}{{#unless @first}} {{/unless}}{{gapLength duration }}{{/each}}{{/if}}]
|
|
||||||
Overlaps: {{v coverage.overlaps.length "-" 5 "bold" }} [{{#if coverage.overlaps.length }}{{#each coverage.overlaps }}{{#unless @first}} {{/unless}}{{gapLength duration }}{{/each}}{{/if}}]
|
|
||||||
|
|
||||||
{{style "KEYWORDS (" "bold"}}{{style keywords.length "white" }}{{style ")" "bold"}}
|
|
||||||
|
|
||||||
{{#each keywords }}{{{pad name 18}}}: {{v count "-" 5 "bold"}} mention{{#isPlural count}}s{{/isPlural}}
|
|
||||||
{{/each}}
|
|
||||||
-------------------------------
|
|
||||||
{{v keywords.length "0" 9 "bold"}} {{style "KEYWORDS" "bold"}} {{v keywords.totalKeywords "0" 5 "bold"}} {{style "mentions" "bold"}}
|
|
||||||
@@ -1,221 +0,0 @@
|
|||||||
###*
|
|
||||||
Error-handling routines for HackMyResume.
|
|
||||||
@module cli/error
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
###
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
HMSTATUS = require('hackmycore/dist/core/status-codes')
|
|
||||||
PKG = require('../../package.json')
|
|
||||||
FS = require('fs')
|
|
||||||
FCMD = require('hackmycore')
|
|
||||||
PATH = require('path')
|
|
||||||
WRAP = require('word-wrap')
|
|
||||||
M2C = require('hackmycore/dist/utils/md2chalk.js')
|
|
||||||
chalk = require('chalk')
|
|
||||||
extend = require('extend')
|
|
||||||
YAML = require('yamljs')
|
|
||||||
printf = require('printf')
|
|
||||||
SyntaxErrorEx = require('hackmycore/dist/utils/syntax-error-ex')
|
|
||||||
require('string.prototype.startswith')
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###*
|
|
||||||
Error handler for HackMyResume. All errors are handled here.
|
|
||||||
@class ErrorHandler
|
|
||||||
###
|
|
||||||
ErrorHandler = module.exports =
|
|
||||||
|
|
||||||
init: ( debug, assert, silent ) ->
|
|
||||||
@debug = debug
|
|
||||||
@assert = assert
|
|
||||||
@silent = silent
|
|
||||||
@msgs = require('./msg').errors
|
|
||||||
@
|
|
||||||
|
|
||||||
err: ( ex, shouldExit ) ->
|
|
||||||
|
|
||||||
# Short-circuit logging output if --silent is on
|
|
||||||
o = if this.silent then () -> else _defaultLog
|
|
||||||
|
|
||||||
# Special case; can probably be removed.
|
|
||||||
throw ex if ex.pass
|
|
||||||
|
|
||||||
# Load error messages
|
|
||||||
@msgs = @msgs || require('./msg').errors
|
|
||||||
|
|
||||||
# Handle packaged HMR exceptions
|
|
||||||
if ex.fluenterror
|
|
||||||
|
|
||||||
# Output the error message
|
|
||||||
objError = assembleError.call @, ex
|
|
||||||
o( this[ 'format_' + objError.etype ]( objError.msg ))
|
|
||||||
|
|
||||||
# Output the stack (sometimes)
|
|
||||||
if objError.withStack
|
|
||||||
stack = ex.stack || (ex.inner && ex.inner.stack);
|
|
||||||
stack && o( chalk.gray( stack ) );
|
|
||||||
|
|
||||||
# Quit if necessary
|
|
||||||
if ex.quit || objError.quit
|
|
||||||
if @debug
|
|
||||||
o chalk.cyan('Exiting with error code ' + ex.fluenterror.toString())
|
|
||||||
if this.assert
|
|
||||||
ex.pass = true
|
|
||||||
throw ex
|
|
||||||
process.exit ex.fluenterror
|
|
||||||
|
|
||||||
# Handle raw exceptions
|
|
||||||
else
|
|
||||||
o( ex )
|
|
||||||
stackTrace = ex.stack || (ex.inner && ex.inner.stack)
|
|
||||||
if stackTrace && this.debug
|
|
||||||
o( M2C(ex.stack || ex.inner.stack, 'gray') )
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
format_error: ( msg ) ->
|
|
||||||
msg = msg || ''
|
|
||||||
chalk.red.bold( if msg.toUpperCase().startsWith('ERROR:') then msg else 'Error: ' + msg )
|
|
||||||
|
|
||||||
|
|
||||||
format_warning: ( brief, msg ) ->
|
|
||||||
chalk.yellow(brief) + chalk.yellow(msg || '')
|
|
||||||
|
|
||||||
|
|
||||||
format_custom: ( msg ) -> msg
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
_defaultLog = () -> console.log.apply console.log, arguments
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
assembleError = ( ex ) ->
|
|
||||||
|
|
||||||
msg = ''
|
|
||||||
withStack = false
|
|
||||||
quit = false
|
|
||||||
etype = 'warning'
|
|
||||||
withStack = true if @debug
|
|
||||||
|
|
||||||
switch ex.fluenterror
|
|
||||||
|
|
||||||
when HMSTATUS.themeNotFound
|
|
||||||
msg = printf( M2C( this.msgs.themeNotFound.msg, 'yellow' ), ex.data)
|
|
||||||
|
|
||||||
when HMSTATUS.copyCSS
|
|
||||||
msg = M2C( this.msgs.copyCSS.msg, 'red' )
|
|
||||||
quit = false
|
|
||||||
|
|
||||||
when HMSTATUS.resumeNotFound
|
|
||||||
msg = M2C( this.msgs.resumeNotFound.msg, 'yellow' );
|
|
||||||
|
|
||||||
when HMSTATUS.missingCommand
|
|
||||||
msg = M2C( this.msgs.missingCommand.msg + " (", 'yellow');
|
|
||||||
msg += Object.keys( FCMD.verbs ).map( (v, idx, ar) ->
|
|
||||||
return ( if idx == ar.length - 1 then chalk.yellow('or ') else '') +
|
|
||||||
chalk.yellow.bold(v.toUpperCase());
|
|
||||||
).join( chalk.yellow(', ')) + chalk.yellow(").\n\n");
|
|
||||||
|
|
||||||
msg += chalk.gray(FS.readFileSync(
|
|
||||||
PATH.resolve(__dirname, '../cli/use.txt'), 'utf8' ))
|
|
||||||
|
|
||||||
when HMSTATUS.invalidCommand
|
|
||||||
msg = printf( M2C( this.msgs.invalidCommand.msg, 'yellow'), ex.attempted )
|
|
||||||
|
|
||||||
when HMSTATUS.resumeNotFoundAlt
|
|
||||||
msg = M2C( this.msgs.resumeNotFoundAlt.msg, 'yellow' )
|
|
||||||
|
|
||||||
when HMSTATUS.inputOutputParity
|
|
||||||
msg = M2C( this.msgs.inputOutputParity.msg )
|
|
||||||
|
|
||||||
when HMSTATUS.createNameMissing
|
|
||||||
msg = M2C( this.msgs.createNameMissing.msg )
|
|
||||||
|
|
||||||
when HMSTATUS.pdfGeneration
|
|
||||||
msg = M2C( this.msgs.pdfGeneration.msg, 'bold' )
|
|
||||||
msg += chalk.red('\n' + ex.inner) if ex.inner
|
|
||||||
withStack = true
|
|
||||||
quit = false
|
|
||||||
etype = 'error'
|
|
||||||
|
|
||||||
when HMSTATUS.invalid
|
|
||||||
msg = M2C( this.msgs.invalid.msg, 'red' )
|
|
||||||
etype = 'error'
|
|
||||||
|
|
||||||
when HMSTATUS.generateError
|
|
||||||
msg = (ex.inner && ex.inner.toString()) || ex
|
|
||||||
quit = false
|
|
||||||
etype = 'error'
|
|
||||||
|
|
||||||
when HMSTATUS.fileSaveError
|
|
||||||
msg = printf( M2C( this.msgs.fileSaveError.msg ), (ex.inner || ex).toString() )
|
|
||||||
etype = 'error'
|
|
||||||
quit = false
|
|
||||||
|
|
||||||
when HMSTATUS.invalidFormat
|
|
||||||
ex.data.forEach( (d) ->
|
|
||||||
msg += printf( M2C( this.msgs.invalidFormat.msg, 'bold' ),
|
|
||||||
ex.theme.name.toUpperCase(), d.format.toUpperCase())
|
|
||||||
, @);
|
|
||||||
|
|
||||||
when HMSTATUS.missingParam
|
|
||||||
msg = printf(M2C( this.msgs.missingParam.msg ), ex.expected, ex.helper)
|
|
||||||
|
|
||||||
when HMSTATUS.invalidHelperUse
|
|
||||||
msg = printf( M2C( this.msgs.invalidHelperUse.msg ), ex.helper )
|
|
||||||
if ex.error
|
|
||||||
msg += '\n--> ' + assembleError.call( this, extend( true, {}, ex, {fluenterror: ex.error} )).msg;
|
|
||||||
#msg += printf( '\n--> ' + M2C( this.msgs.invalidParamCount.msg ), ex.expected );
|
|
||||||
quit = false
|
|
||||||
etype = 'warning'
|
|
||||||
|
|
||||||
when HMSTATUS.notOnPath
|
|
||||||
msg = printf( M2C(this.msgs.notOnPath.msg, 'bold'), ex.engine)
|
|
||||||
quit = false
|
|
||||||
etype = 'error'
|
|
||||||
|
|
||||||
when HMSTATUS.readError
|
|
||||||
if !ex.quiet
|
|
||||||
console.error(printf( M2C(this.msgs.readError.msg, 'red'), ex.file))
|
|
||||||
msg = ex.inner.toString()
|
|
||||||
etype = 'error'
|
|
||||||
|
|
||||||
when HMSTATUS.mixedMerge
|
|
||||||
msg = M2C this.msgs.mixedMerge.msg
|
|
||||||
quit = false
|
|
||||||
|
|
||||||
when HMSTATUS.invokeTemplate
|
|
||||||
msg = M2C this.msgs.invokeTemplate.msg, 'red'
|
|
||||||
msg += M2C( '\n' + WRAP(ex.inner.toString(), { width: 60, indent: ' ' }), 'gray' );
|
|
||||||
etype = 'custom'
|
|
||||||
|
|
||||||
when HMSTATUS.compileTemplate
|
|
||||||
etype = 'error'
|
|
||||||
|
|
||||||
when HMSTATUS.themeLoad
|
|
||||||
msg = M2C( printf( this.msgs.themeLoad.msg, ex.attempted.toUpperCase() ), 'red');
|
|
||||||
if ex.inner && ex.inner.fluenterror
|
|
||||||
msg += M2C('\nError: ', 'red') + assembleError.call( this, ex.inner ).msg
|
|
||||||
quit = true
|
|
||||||
etype = 'custom'
|
|
||||||
|
|
||||||
when HMSTATUS.parseError
|
|
||||||
if SyntaxErrorEx.is( ex.inner )
|
|
||||||
console.error printf( M2C(this.msgs.readError.msg, 'red'), ex.file )
|
|
||||||
se = new SyntaxErrorEx ex, ex.raw
|
|
||||||
msg = printf M2C( this.msgs.parseError.msg, 'red' ), se.line, se.col
|
|
||||||
else if ex.inner && ex.inner.line != undefined && ex.inner.col != undefined
|
|
||||||
msg = printf( M2C( this.msgs.parseError.msg, 'red' ), ex.inner.line, ex.inner.col)
|
|
||||||
else
|
|
||||||
msg = ex
|
|
||||||
etype = 'error'
|
|
||||||
|
|
||||||
msg: msg # The error message to display
|
|
||||||
withStack: withStack # Whether to include the stack
|
|
||||||
quit: quit
|
|
||||||
etype: etype
|
|
||||||
@@ -1,315 +0,0 @@
|
|||||||
###*
|
|
||||||
Definition of the `main` function.
|
|
||||||
@module cli/main
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
###
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
HMR = require 'hackmycore'
|
|
||||||
PKG = require '../../package.json'
|
|
||||||
FS = require 'fs'
|
|
||||||
EXTEND = require 'extend'
|
|
||||||
chalk = require 'chalk'
|
|
||||||
PATH = require 'path'
|
|
||||||
HMSTATUS = require 'hackmycore/dist/core/status-codes'
|
|
||||||
HME = require 'hackmycore/dist/core/event-codes'
|
|
||||||
safeLoadJSON = require 'hackmycore/dist/utils/safe-json-loader'
|
|
||||||
StringUtils = require 'hackmycore/dist/utils/string.js'
|
|
||||||
_ = require 'underscore'
|
|
||||||
OUTPUT = require './out'
|
|
||||||
PAD = require 'string-padding'
|
|
||||||
Command = require('commander').Command
|
|
||||||
_opts = { }
|
|
||||||
_title = chalk.white.bold('\n*** HackMyResume v' +PKG.version+ ' ***')
|
|
||||||
_out = new OUTPUT( _opts )
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###
|
|
||||||
A callable implementation of the HackMyResume CLI. Encapsulates the command
|
|
||||||
line interface as a single method accepting a parameter array.
|
|
||||||
@alias module:cli/main.main
|
|
||||||
@param rawArgs {Array} An array of command-line parameters. Will either be
|
|
||||||
process.argv (in production) or custom parameters (in test).
|
|
||||||
###
|
|
||||||
main = module.exports = (rawArgs) ->
|
|
||||||
|
|
||||||
initInfo = initialize( rawArgs )
|
|
||||||
args = initInfo.args
|
|
||||||
|
|
||||||
# Create the top-level (application) command...
|
|
||||||
program = new Command('hackmyresume')
|
|
||||||
.version(PKG.version)
|
|
||||||
.description(chalk.yellow.bold('*** HackMyResume ***'))
|
|
||||||
.option('-s --silent', 'Run in silent mode')
|
|
||||||
.option('--no-color', 'Disable colors')
|
|
||||||
.option('--color', 'Enable colors')
|
|
||||||
.option('-d --debug', 'Enable diagnostics', false)
|
|
||||||
.option('-a --assert', 'Treat warnings as errors', false)
|
|
||||||
.option('-v --version', 'Show the version')
|
|
||||||
.allowUnknownOption();
|
|
||||||
program.jsonArgs = initInfo.options
|
|
||||||
|
|
||||||
# Create the NEW command
|
|
||||||
program
|
|
||||||
.command 'new'
|
|
||||||
.arguments '<sources...>'
|
|
||||||
.option '-f --format <fmt>', 'FRESH or JRS format', 'FRESH'
|
|
||||||
.alias 'create'
|
|
||||||
.description 'Create resume(s) in FRESH or JSON RESUME format.'
|
|
||||||
.action (( sources ) ->
|
|
||||||
execute.call( this, sources, [], this.opts(), logMsg)
|
|
||||||
return
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create the VALIDATE command
|
|
||||||
program
|
|
||||||
.command('validate')
|
|
||||||
.arguments('<sources...>')
|
|
||||||
.description('Validate a resume in FRESH or JSON RESUME format.')
|
|
||||||
.action((sources) ->
|
|
||||||
execute.call( this, sources, [], this.opts(), logMsg)
|
|
||||||
return
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create the CONVERT command
|
|
||||||
program
|
|
||||||
.command('convert')
|
|
||||||
.description('Convert a resume to/from FRESH or JSON RESUME format.')
|
|
||||||
.action(->
|
|
||||||
x = splitSrcDest.call( this );
|
|
||||||
execute.call( this, x.src, x.dst, this.opts(), logMsg)
|
|
||||||
return
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create the ANALYZE command
|
|
||||||
program
|
|
||||||
.command('analyze')
|
|
||||||
.arguments('<sources...>')
|
|
||||||
.description('Analyze one or more resumes.')
|
|
||||||
.action(( sources ) ->
|
|
||||||
execute.call( this, sources, [], this.opts(), logMsg)
|
|
||||||
return
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create the PEEK command
|
|
||||||
program
|
|
||||||
.command('peek')
|
|
||||||
.arguments('<sources...>')
|
|
||||||
.description('Peek at a resume field or section')
|
|
||||||
.action(( sources, sectionOrField ) ->
|
|
||||||
dst = if (sources && sources.length > 1) then [sources.pop()] else []
|
|
||||||
execute.call( this, sources, dst, this.opts(), logMsg)
|
|
||||||
return
|
|
||||||
)
|
|
||||||
|
|
||||||
# Create the BUILD command
|
|
||||||
program
|
|
||||||
.command('build')
|
|
||||||
.alias('generate')
|
|
||||||
.option('-t --theme <theme>', 'Theme name or path')
|
|
||||||
.option('-n --no-prettify', 'Disable HTML prettification', true)
|
|
||||||
.option('-c --css <option>', 'CSS linking / embedding')
|
|
||||||
.option('-p --pdf <engine>', 'PDF generation engine')
|
|
||||||
.option('--no-sort', 'Sort resume sections by date', false)
|
|
||||||
.option('--tips', 'Display theme tips and warnings.', false)
|
|
||||||
.description('Generate resume to multiple formats')
|
|
||||||
.action(( sources, targets, options ) ->
|
|
||||||
x = splitSrcDest.call( this );
|
|
||||||
execute.call( this, x.src, x.dst, this.opts(), logMsg)
|
|
||||||
return
|
|
||||||
)
|
|
||||||
|
|
||||||
program.parse( args )
|
|
||||||
|
|
||||||
if !program.args.length
|
|
||||||
throw { fluenterror: 4 }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Massage command-line args and setup Commander.js. ###
|
|
||||||
initialize = ( ar ) ->
|
|
||||||
|
|
||||||
o = initOptions( ar );
|
|
||||||
|
|
||||||
o.silent || logMsg( _title )
|
|
||||||
|
|
||||||
# Emit debug prelude if --debug was specified
|
|
||||||
if o.debug
|
|
||||||
_out.log(chalk.cyan('The -d or --debug switch was specified. DEBUG mode engaged.'))
|
|
||||||
_out.log('')
|
|
||||||
_out.log(chalk.cyan(PAD(' Platform:',25, null, PAD.RIGHT)) + chalk.cyan.bold( if process.platform == 'win32' then 'windows' else process.platform ))
|
|
||||||
_out.log(chalk.cyan(PAD(' Node.js:',25, null, PAD.RIGHT)) + chalk.cyan.bold( process.version ))
|
|
||||||
_out.log(chalk.cyan(PAD(' HackMyResume:',25, null, PAD.RIGHT)) + chalk.cyan.bold('v' + PKG.version ))
|
|
||||||
_out.log(chalk.cyan(PAD(' FRESCA:',25, null, PAD.RIGHT)) + chalk.cyan.bold( PKG.dependencies.fresca ))
|
|
||||||
#_out.log(chalk.cyan(PAD(' fresh-themes:',25, null, PAD.RIGHT)) + chalk.cyan.bold( PKG.dependencies['fresh-themes'] ))
|
|
||||||
#_out.log(chalk.cyan(PAD(' fresh-jrs-converter:',25, null, PAD.RIGHT)) + chalk.cyan.bold( PKG.dependencies['fresh-jrs-converter'] ))
|
|
||||||
_out.log('')
|
|
||||||
|
|
||||||
# Handle invalid verbs here (a bit easier here than in commander.js)...
|
|
||||||
if o.verb && !HMR.verbs[ o.verb ] && !HMR.alias[ o.verb ]
|
|
||||||
throw { fluenterror: HMSTATUS.invalidCommand, quit: true, attempted: o.orgVerb }
|
|
||||||
|
|
||||||
# Override the .missingArgument behavior
|
|
||||||
Command.prototype.missingArgument = (name) ->
|
|
||||||
if this.name() != 'new'
|
|
||||||
throw { fluenterror: HMSTATUS.resumeNotFound, quit: true }
|
|
||||||
|
|
||||||
# Override the .helpInformation behavior
|
|
||||||
Command.prototype.helpInformation = ->
|
|
||||||
manPage = FS.readFileSync(
|
|
||||||
PATH.join(__dirname, 'use.txt'), 'utf8' )
|
|
||||||
return chalk.green.bold(manPage)
|
|
||||||
|
|
||||||
return {
|
|
||||||
args: o.args,
|
|
||||||
options: o.json
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Init options prior to setting up command infrastructure. ###
|
|
||||||
initOptions = ( ar ) ->
|
|
||||||
|
|
||||||
oVerb
|
|
||||||
verb = ''
|
|
||||||
args = ar.slice()
|
|
||||||
cleanArgs = args.slice( 2 )
|
|
||||||
oJSON
|
|
||||||
|
|
||||||
if cleanArgs.length
|
|
||||||
|
|
||||||
# Support case-insensitive sub-commands (build, generate, validate, etc)
|
|
||||||
vidx = _.findIndex cleanArgs, (v) -> v[0] != '-'
|
|
||||||
if vidx != -1
|
|
||||||
oVerb = cleanArgs[ vidx ]
|
|
||||||
verb = args[ vidx + 2 ] = oVerb.trim().toLowerCase()
|
|
||||||
|
|
||||||
# Remove --options --opts -o and process separately
|
|
||||||
optsIdx = _.findIndex cleanArgs, (v) ->
|
|
||||||
v == '-o' || v == '--options' || v == '--opts'
|
|
||||||
|
|
||||||
if optsIdx != -1
|
|
||||||
optStr = cleanArgs[ optsIdx + 1]
|
|
||||||
args.splice( optsIdx + 2, 2 )
|
|
||||||
if optStr && (optStr = optStr.trim())
|
|
||||||
#var myJSON = JSON.parse(optStr);
|
|
||||||
if( optStr[0] == '{')
|
|
||||||
### jshint ignore:start ###
|
|
||||||
oJSON = eval('(' + optStr + ')') # jshint ignore:line <-- no worky
|
|
||||||
### jshint ignore:end ###
|
|
||||||
else
|
|
||||||
inf = safeLoadJSON( optStr )
|
|
||||||
if( !inf.ex )
|
|
||||||
oJSON = inf.json
|
|
||||||
# TODO: Error handling
|
|
||||||
|
|
||||||
# Grab the --debug flag
|
|
||||||
isDebug = _.some( args, (v) ->
|
|
||||||
return v == '-d' || v == '--debug'
|
|
||||||
)
|
|
||||||
|
|
||||||
# Grab the --silent flag
|
|
||||||
isSilent = _.some( args, (v) ->
|
|
||||||
return v == '-s' || v == '--silent'
|
|
||||||
)
|
|
||||||
|
|
||||||
# Grab the --no-color flag
|
|
||||||
isMono = _.some args, (v) -> v == '--no-color'
|
|
||||||
|
|
||||||
return {
|
|
||||||
color: !isMono,
|
|
||||||
debug: isDebug,
|
|
||||||
silent: isSilent,
|
|
||||||
orgVerb: oVerb,
|
|
||||||
verb: verb,
|
|
||||||
json: oJSON,
|
|
||||||
args: args
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Invoke a HackMyResume verb. ###
|
|
||||||
execute = ( src, dst, opts, log ) ->
|
|
||||||
|
|
||||||
loadOptions.call( this, opts, this.parent.jsonArgs )
|
|
||||||
hand = require( './error' )
|
|
||||||
hand.init( _opts.debug, _opts.assert, _opts.silent )
|
|
||||||
v = new HMR.verbs[ this.name() ]()
|
|
||||||
_opts.errHandler = v
|
|
||||||
_out.init( _opts )
|
|
||||||
v.on( 'hmr:status', -> _out.do.apply( _out, arguments ) )
|
|
||||||
v.on( 'hmr:error', -> hand.err.apply( hand, arguments ) )
|
|
||||||
v.invoke.call( v, src, dst, _opts, log )
|
|
||||||
if v.errorCode
|
|
||||||
process.exit(v.errorCode)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###
|
|
||||||
Initialize HackMyResume options.
|
|
||||||
TODO: Options loading is a little hacky, for two reasons:
|
|
||||||
- Commander.js idiosyncracies
|
|
||||||
- Need to accept JSON inputs from the command line.
|
|
||||||
###
|
|
||||||
loadOptions = ( o, cmdO ) ->
|
|
||||||
|
|
||||||
# o and this.opts() seem to be the same (command-specific options)
|
|
||||||
|
|
||||||
# Load the specified options file (if any) and apply options
|
|
||||||
if( cmdO )
|
|
||||||
o = EXTEND(true, o, cmdO)
|
|
||||||
|
|
||||||
# Merge in command-line options
|
|
||||||
o = EXTEND( true, o, this.opts() )
|
|
||||||
|
|
||||||
# Kludge parent-level options until piping issue is resolved
|
|
||||||
if this.parent.silent != undefined && this.parent.silent != null
|
|
||||||
o.silent = this.parent.silent
|
|
||||||
if this.parent.debug != undefined && this.parent.debug != null
|
|
||||||
o.debug = this.parent.debug
|
|
||||||
if this.parent.assert != undefined && this.parent.assert != null
|
|
||||||
o.assert = this.parent.assert
|
|
||||||
|
|
||||||
if o.debug
|
|
||||||
logMsg(chalk.cyan('OPTIONS:') + '\n')
|
|
||||||
_.each(o, (val, key) ->
|
|
||||||
logMsg(chalk.cyan(' %s') + chalk.cyan.bold(' %s'),
|
|
||||||
PAD(key,22,null,PAD.RIGHT), val)
|
|
||||||
);
|
|
||||||
logMsg('');
|
|
||||||
|
|
||||||
# Cache
|
|
||||||
EXTEND( true, _opts, o )
|
|
||||||
return
|
|
||||||
|
|
||||||
### Split multiple command-line filenames by the 'TO' keyword ###
|
|
||||||
splitSrcDest = () ->
|
|
||||||
|
|
||||||
params = this.parent.args.filter((j) -> return String.is(j) )
|
|
||||||
if params.length == 0
|
|
||||||
throw { fluenterror: HMSTATUS.resumeNotFound, quit: true }
|
|
||||||
|
|
||||||
# Find the TO keyword, if any
|
|
||||||
splitAt = _.findIndex( params, (p) -> return p.toLowerCase() == 'to'; )
|
|
||||||
|
|
||||||
# TO can't be the last keyword
|
|
||||||
if splitAt == params.length - 1 && splitAt != -1
|
|
||||||
logMsg(chalk.yellow('Please ') +
|
|
||||||
chalk.yellow.bold('specify an output file') +
|
|
||||||
chalk.yellow(' for this operation or ') +
|
|
||||||
chalk.yellow.bold('omit the TO keyword') +
|
|
||||||
chalk.yellow('.') )
|
|
||||||
return
|
|
||||||
|
|
||||||
return {
|
|
||||||
src: params.slice(0, if splitAt == -1 then undefined else splitAt ),
|
|
||||||
dst: if splitAt == -1 then [] else params.slice( splitAt + 1 )
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Simple logging placeholder. ###
|
|
||||||
logMsg = () ->
|
|
||||||
_opts.silent || console.log.apply( console.log, arguments )
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
###*
|
|
||||||
Message-handling routines for HackMyResume.
|
|
||||||
@module cli/msg
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
###
|
|
||||||
|
|
||||||
|
|
||||||
PATH = require 'path'
|
|
||||||
YAML = require 'yamljs'
|
|
||||||
module.exports = YAML.load PATH.join __dirname, 'msg.yml'
|
|
||||||
@@ -1,98 +0,0 @@
|
|||||||
events:
|
|
||||||
begin:
|
|
||||||
msg: Invoking **%s** command.
|
|
||||||
beforeCreate:
|
|
||||||
msg: Creating new **%s** resume: **%s**
|
|
||||||
afterRead:
|
|
||||||
msg: Reading **%s** resume: **%s**
|
|
||||||
beforeTheme:
|
|
||||||
msg: Verifying **%s** theme.
|
|
||||||
afterTheme:
|
|
||||||
msg: Verifying outputs: ???
|
|
||||||
beforeMerge:
|
|
||||||
msg:
|
|
||||||
- "Merging **%s**"
|
|
||||||
- " onto **%s**"
|
|
||||||
applyTheme:
|
|
||||||
msg: Applying **%s** theme (**%s** format%s)
|
|
||||||
afterBuild:
|
|
||||||
msg:
|
|
||||||
- "The **%s** theme says:"
|
|
||||||
- |
|
|
||||||
"For best results view JSON Resume themes over a
|
|
||||||
local or remote HTTP connection. For example:
|
|
||||||
|
|
||||||
npm install http-server -g
|
|
||||||
http-server <resume-folder>
|
|
||||||
|
|
||||||
For more information, see the README."
|
|
||||||
afterGenerate:
|
|
||||||
msg:
|
|
||||||
- " (with %s)"
|
|
||||||
- "Skipping %s resume: %s"
|
|
||||||
- "Generating **%s** resume: **%s**"
|
|
||||||
beforeAnalyze:
|
|
||||||
msg: "Analyzing **%s** resume: **%s**"
|
|
||||||
beforeConvert:
|
|
||||||
msg: "Converting **%s** (**%s**) to **%s** (**%s**)"
|
|
||||||
afterValidate:
|
|
||||||
msg:
|
|
||||||
- "Validating **%s** against the **%s** schema: "
|
|
||||||
- "VALID!"
|
|
||||||
- "INVALID"
|
|
||||||
- "BROKEN"
|
|
||||||
beforePeek:
|
|
||||||
msg:
|
|
||||||
- Peeking at **%s** in **%s**
|
|
||||||
- Peeking at **%s**
|
|
||||||
afterPeek:
|
|
||||||
msg: "The specified key **%s** was not found in **%s**."
|
|
||||||
afterInlineConvert:
|
|
||||||
msg: Converting **%s** to **%s** format.
|
|
||||||
errors:
|
|
||||||
themeNotFound:
|
|
||||||
msg: >
|
|
||||||
**Couldn't find the '%s' theme.** Please specify the name of a preinstalled
|
|
||||||
FRESH theme or the path to a locally installed FRESH or JSON Resume theme.
|
|
||||||
copyCSS:
|
|
||||||
msg: Couldn't copy CSS file to destination folder.
|
|
||||||
resumeNotFound:
|
|
||||||
msg: Please **feed me a resume** in FRESH or JSON Resume format.
|
|
||||||
missingCommand:
|
|
||||||
msg: Please **give me a command**
|
|
||||||
invalidCommand:
|
|
||||||
msg: Invalid command: '%s'
|
|
||||||
resumeNotFoundAlt:
|
|
||||||
msg: Please **feed me a resume** in either FRESH or JSON Resume format.
|
|
||||||
inputOutputParity:
|
|
||||||
msg: Please **specify an output file name** for every input file you wish to convert.
|
|
||||||
createNameMissing:
|
|
||||||
msg: Please **specify the filename** of the resume to create.
|
|
||||||
pdfGeneration:
|
|
||||||
msg: PDF generation failed. Make sure wkhtmltopdf is installed and accessible from your path.
|
|
||||||
invalid:
|
|
||||||
msg: Validation failed and the --assert option was specified.
|
|
||||||
invalidFormat:
|
|
||||||
msg: The **%s** theme doesn't support the **%s** format.
|
|
||||||
notOnPath:
|
|
||||||
msg: %s wasn't found on your system path or is inaccessible. PDF not generated.
|
|
||||||
readError:
|
|
||||||
msg: Reading **???** resume: **%s**
|
|
||||||
parseError:
|
|
||||||
msg: Invalid or corrupt JSON on line %s column %s.
|
|
||||||
invalidHelperUse:
|
|
||||||
msg: "**Warning**: Incorrect use of the **%s** theme helper."
|
|
||||||
fileSaveError:
|
|
||||||
msg: An error occurred while writing %s to disk: %s.
|
|
||||||
mixedMerge:
|
|
||||||
msg: "**Warning:** merging mixed resume types. Errors may occur."
|
|
||||||
invokeTemplate:
|
|
||||||
msg: "An error occurred during template invocation."
|
|
||||||
compileTemplate:
|
|
||||||
msg: "An error occurred during template compilation."
|
|
||||||
themeLoad:
|
|
||||||
msg: "Applying **%s** theme (? formats)"
|
|
||||||
invalidParamCount:
|
|
||||||
msg: "Invalid number of parameters. Expected: **%s**."
|
|
||||||
missingParam:
|
|
||||||
msg: The '**%s**' parameter was needed but not supplied.
|
|
||||||
@@ -1,154 +0,0 @@
|
|||||||
###*
|
|
||||||
Output routines for HackMyResume.
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
@module cli/out
|
|
||||||
###
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
chalk = require('chalk')
|
|
||||||
HME = require('hackmycore/dist/core/event-codes')
|
|
||||||
_ = require('underscore')
|
|
||||||
Class = require('hackmycore/dist/utils/class.js')
|
|
||||||
M2C = require('hackmycore/dist/utils/md2chalk.js')
|
|
||||||
PATH = require('path')
|
|
||||||
LO = require('lodash')
|
|
||||||
FS = require('fs')
|
|
||||||
EXTEND = require('extend')
|
|
||||||
HANDLEBARS = require('handlebars')
|
|
||||||
YAML = require('yamljs')
|
|
||||||
printf = require('printf')
|
|
||||||
pad = require('string-padding')
|
|
||||||
dbgStyle = 'cyan';
|
|
||||||
|
|
||||||
|
|
||||||
###* A stateful output module. All HMR console output handled here. ###
|
|
||||||
OutputHandler = module.exports = Class.extend
|
|
||||||
|
|
||||||
init: ( opts ) ->
|
|
||||||
@opts = EXTEND( true, this.opts || { }, opts )
|
|
||||||
@msgs = YAML.load(PATH.join( __dirname, 'msg.yml' )).events
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
log: ( msg ) ->
|
|
||||||
msg = msg || ''
|
|
||||||
printf = require('printf')
|
|
||||||
finished = printf.apply( printf, arguments )
|
|
||||||
@opts.silent || console.log( finished )
|
|
||||||
|
|
||||||
|
|
||||||
do: ( evt ) ->
|
|
||||||
|
|
||||||
that = @
|
|
||||||
L = () -> that.log.apply( that, arguments )
|
|
||||||
|
|
||||||
switch evt.sub
|
|
||||||
|
|
||||||
when HME.begin
|
|
||||||
this.opts.debug &&
|
|
||||||
L( M2C( this.msgs.begin.msg, dbgStyle), evt.cmd.toUpperCase() )
|
|
||||||
|
|
||||||
when HME.beforeCreate
|
|
||||||
L( M2C( this.msgs.beforeCreate.msg, 'green' ), evt.fmt, evt.file )
|
|
||||||
break;
|
|
||||||
|
|
||||||
when HME.beforeTheme
|
|
||||||
this.opts.debug &&
|
|
||||||
L( M2C( this.msgs.beforeTheme.msg, dbgStyle), evt.theme.toUpperCase() )
|
|
||||||
|
|
||||||
when HME.afterParse
|
|
||||||
L( M2C( this.msgs.afterRead.msg, 'gray', 'white.dim'), evt.fmt.toUpperCase(), evt.file )
|
|
||||||
|
|
||||||
when HME.beforeMerge
|
|
||||||
msg = ''
|
|
||||||
evt.f.reverse().forEach ( a, idx ) ->
|
|
||||||
msg += printf( (if idx == 0 then @msgs.beforeMerge.msg[0] else @msgs.beforeMerge.msg[1]), a.file )
|
|
||||||
, @
|
|
||||||
L( M2C(msg, (if evt.mixed then 'yellow' else 'gray'), 'white.dim') )
|
|
||||||
|
|
||||||
when HME.applyTheme
|
|
||||||
@theme = evt.theme;
|
|
||||||
numFormats = Object.keys( evt.theme.formats ).length;
|
|
||||||
L( M2C(this.msgs.applyTheme.msg,
|
|
||||||
if evt.status == 'error' then 'red' else 'gray',
|
|
||||||
if evt.status == 'error' then 'bold' else 'white.dim'),
|
|
||||||
evt.theme.name.toUpperCase(),
|
|
||||||
numFormats, if numFormats == 1 then '' else 's' )
|
|
||||||
|
|
||||||
when HME.end
|
|
||||||
if evt.cmd == 'build'
|
|
||||||
themeName = this.theme.name.toUpperCase()
|
|
||||||
if this.opts.tips && (this.theme.message || this.theme.render)
|
|
||||||
WRAP = require('word-wrap')
|
|
||||||
if this.theme.message
|
|
||||||
L( M2C( this.msgs.afterBuild.msg[0], 'cyan' ), themeName )
|
|
||||||
L( M2C( this.theme.message, 'white' ))
|
|
||||||
else if this.theme.render
|
|
||||||
L( M2C( this.msgs.afterBuild.msg[0], 'cyan'), themeName)
|
|
||||||
L( M2C( this.msgs.afterBuild.msg[1], 'white'))
|
|
||||||
|
|
||||||
when HME.afterGenerate
|
|
||||||
suffix = ''
|
|
||||||
if evt.fmt == 'pdf'
|
|
||||||
if this.opts.pdf
|
|
||||||
if this.opts.pdf != 'none'
|
|
||||||
suffix = printf( M2C( this.msgs.afterGenerate.msg[0], if evt.error then 'red' else 'green' ), this.opts.pdf )
|
|
||||||
else
|
|
||||||
L( M2C( this.msgs.afterGenerate.msg[1], 'gray' ), evt.fmt.toUpperCase(), evt.file )
|
|
||||||
return
|
|
||||||
|
|
||||||
L( M2C( this.msgs.afterGenerate.msg[2] + suffix, if evt.error then 'red' else 'green' ),
|
|
||||||
pad( evt.fmt.toUpperCase(),4,null,pad.RIGHT ),
|
|
||||||
PATH.relative( process.cwd(), evt.file ) );
|
|
||||||
|
|
||||||
when HME.beforeAnalyze
|
|
||||||
L( M2C( this.msgs.beforeAnalyze.msg, 'green' ), evt.fmt, evt.file)
|
|
||||||
|
|
||||||
when HME.afterAnalyze
|
|
||||||
info = evt.info
|
|
||||||
rawTpl = FS.readFileSync( PATH.join( __dirname, 'analyze.hbs' ), 'utf8')
|
|
||||||
HANDLEBARS.registerHelper( require('hackmycore/dist/helpers/console-helpers') )
|
|
||||||
template = HANDLEBARS.compile(rawTpl, { strict: false, assumeObjects: false })
|
|
||||||
tot = 0
|
|
||||||
info.keywords.forEach (g) -> tot += g.count
|
|
||||||
info.keywords.totalKeywords = tot
|
|
||||||
output = template( info )
|
|
||||||
@log( chalk.cyan(output) )
|
|
||||||
|
|
||||||
when HME.beforeConvert
|
|
||||||
L( M2C( this.msgs.beforeConvert.msg, 'green' ),
|
|
||||||
evt.srcFile, evt.srcFmt, evt.dstFile, evt.dstFmt
|
|
||||||
);
|
|
||||||
|
|
||||||
when HME.afterInlineConvert
|
|
||||||
L( M2C( this.msgs.afterInlineConvert.msg, 'gray', 'white.dim' ),
|
|
||||||
evt.file, evt.fmt );
|
|
||||||
|
|
||||||
when HME.afterValidate
|
|
||||||
style = if evt.isValid then 'green' else 'yellow'
|
|
||||||
L(
|
|
||||||
M2C( this.msgs.afterValidate.msg[0], 'white' ) +
|
|
||||||
chalk[style].bold(
|
|
||||||
if evt.isValid
|
|
||||||
then this.msgs.afterValidate.msg[1]
|
|
||||||
else this.msgs.afterValidate.msg[2] ),
|
|
||||||
evt.file, evt.fmt
|
|
||||||
);
|
|
||||||
|
|
||||||
if evt.errors
|
|
||||||
_.each( evt.errors, (err,idx) ->
|
|
||||||
L( chalk.yellow.bold('--> ') + chalk.yellow(err.field.replace('data.','resume.').toUpperCase() + ' ' + err.message))
|
|
||||||
, @)
|
|
||||||
|
|
||||||
when HME.afterPeek
|
|
||||||
sty = if evt.error then 'red' else ( if evt.target != undefined then 'green' else 'yellow' )
|
|
||||||
if evt.requested
|
|
||||||
L(M2C(this.msgs.beforePeek.msg[0], sty), evt.requested, evt.file)
|
|
||||||
else
|
|
||||||
L(M2C(this.msgs.beforePeek.msg[1], sty), evt.file)
|
|
||||||
|
|
||||||
if evt.target != undefined
|
|
||||||
console.dir( evt.target, { depth: null, colors: true } )
|
|
||||||
else if !evt.error
|
|
||||||
L(M2C( this.msgs.afterPeek.msg, 'yellow'), evt.requested, evt.file);
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
Usage:
|
|
||||||
|
|
||||||
hackmyresume <command> <sources> [TO <targets>] [<options>]
|
|
||||||
|
|
||||||
Available commands:
|
|
||||||
|
|
||||||
BUILD Build your resume to the destination format(s).
|
|
||||||
ANALYZE Analyze your resume for keywords, gaps, and metrics.
|
|
||||||
VALIDATE Validate your resume for errors and typos.
|
|
||||||
CONVERT Convert your resume between FRESH and JSON Resume.
|
|
||||||
NEW Create a new resume in FRESH or JSON Resume format.
|
|
||||||
PEEK View a specific field or element on your resume.
|
|
||||||
|
|
||||||
Available options:
|
|
||||||
|
|
||||||
--theme -t Path to a FRESH or JSON Resume theme.
|
|
||||||
--pdf -p Specify the PDF engine to use (wkhtmltopdf or phantom).
|
|
||||||
--options -o Load options from an external JSON file.
|
|
||||||
--format -f The format (FRESH or JSON Resume) to use.
|
|
||||||
--debug -d Emit extended debugging info.
|
|
||||||
--assert -a Treat resume validation warnings as errors.
|
|
||||||
--no-colors Disable terminal colors.
|
|
||||||
--tips Display theme messages and tips.
|
|
||||||
--help -h Display help documentation.
|
|
||||||
--version -v Display the current version.
|
|
||||||
|
|
||||||
Not all options are supported for all commands. For example, the
|
|
||||||
--theme option is only supported for the BUILD command.
|
|
||||||
|
|
||||||
Examples:
|
|
||||||
|
|
||||||
hackmyresume BUILD resume.json TO out/resume.all --theme modern
|
|
||||||
hackmyresume ANALYZE resume.json
|
|
||||||
hackmyresume NEW my-new-resume.json --format JRS
|
|
||||||
hackmyresume CONVERT resume-fresh.json TO resume-jrs.json
|
|
||||||
hackmyresume VALIDATE resume.json
|
|
||||||
hackmyresume PEEK resume.json employment[2].summary
|
|
||||||
|
|
||||||
Tips:
|
|
||||||
|
|
||||||
- You can specify multiple sources and/or targets for all commands.
|
|
||||||
- You can use any FRESH or JSON Resume theme with HackMyResume.
|
|
||||||
- Specify a file extension of .all to generate your resume to all
|
|
||||||
available formats supported by the theme. (BUILD command.)
|
|
||||||
- The --theme parameter can specify either the name of a preinstalled
|
|
||||||
theme, or the path to a local FRESH or JSON Resume theme.
|
|
||||||
- Visit https://www.npmjs.com/search?q=jsonresume-theme for a full
|
|
||||||
listing of all available JSON Resume themes.
|
|
||||||
- Visit https://github.com/fluentdesk/fresh-themes for a complete
|
|
||||||
listing of all available FRESH themes.
|
|
||||||
- Report bugs to https://githut.com/hacksalot/HackMyResume/issues.
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
#! /usr/bin/env node
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
Command-line interface (CLI) for HackMyResume.
|
|
||||||
@license MIT. See LICENSE.md for details.
|
|
||||||
@module index.js
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
try {
|
|
||||||
|
|
||||||
require('./cli/main')( process.argv );
|
|
||||||
|
|
||||||
}
|
|
||||||
catch( ex ) {
|
|
||||||
|
|
||||||
require('./cli/error').err( ex, true );
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
sandbox/
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"theme": "positive",
|
|
||||||
"debug": true
|
|
||||||
}
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
{
|
|
||||||
"basics": {
|
|
||||||
"name": "",
|
|
||||||
"label": "",
|
|
||||||
"picture": "",
|
|
||||||
"email": "",
|
|
||||||
"phone": "",
|
|
||||||
"degree": "",
|
|
||||||
"website": "",
|
|
||||||
"summary": "",
|
|
||||||
"location": {
|
|
||||||
"address": "",
|
|
||||||
"postalCode": "",
|
|
||||||
"city": "",
|
|
||||||
"countryCode": "",
|
|
||||||
"region": ""
|
|
||||||
},
|
|
||||||
"profiles": [
|
|
||||||
{
|
|
||||||
"network": "",
|
|
||||||
"username": "",
|
|
||||||
"url": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"work": [
|
|
||||||
{
|
|
||||||
"company": "",
|
|
||||||
"position": "",
|
|
||||||
"website": "",
|
|
||||||
"startDate": "",
|
|
||||||
"endDate": "",
|
|
||||||
"summary": "",
|
|
||||||
"highlights": [
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"awards": [
|
|
||||||
{
|
|
||||||
"title": "",
|
|
||||||
"date": "",
|
|
||||||
"awarder": "",
|
|
||||||
"summary": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"education": [
|
|
||||||
{
|
|
||||||
"institution": "",
|
|
||||||
"area": "",
|
|
||||||
"studyType": "",
|
|
||||||
"startDate": "",
|
|
||||||
"endDate": "",
|
|
||||||
"gpa": "",
|
|
||||||
"courses": [
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"publications": [
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"publisher": "",
|
|
||||||
"releaseDate": "",
|
|
||||||
"website": "",
|
|
||||||
"summary": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"volunteer": [
|
|
||||||
{
|
|
||||||
"organization": "",
|
|
||||||
"position": "",
|
|
||||||
"website": "",
|
|
||||||
"startDate": "",
|
|
||||||
"endDate": "",
|
|
||||||
"summary": "",
|
|
||||||
"highlights": [
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"level": "",
|
|
||||||
"keywords": [
|
|
||||||
""
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,104 +0,0 @@
|
|||||||
{
|
|
||||||
"basics": {
|
|
||||||
"name": "Jane Q. Fullstacker"
|
|
||||||
},
|
|
||||||
"education": [
|
|
||||||
{
|
|
||||||
"gpa": "3.5",
|
|
||||||
"courses": [
|
|
||||||
"Course 1",
|
|
||||||
"Course 2",
|
|
||||||
"Course 2"
|
|
||||||
],
|
|
||||||
"startDate": "2005-09",
|
|
||||||
"endDate": "2008-05"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"institution": "Medfield College",
|
|
||||||
"gpa": "3.2",
|
|
||||||
"courses": [
|
|
||||||
"Course 1",
|
|
||||||
"Course 2",
|
|
||||||
"Course 2"
|
|
||||||
],
|
|
||||||
"startDate": "2003-09",
|
|
||||||
"endDate": "2005-06"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
{
|
|
||||||
"name": "Web Dev",
|
|
||||||
"keywords": [
|
|
||||||
"JavaScript",
|
|
||||||
"HTML 5",
|
|
||||||
"CSS",
|
|
||||||
"LAMP",
|
|
||||||
"MVC",
|
|
||||||
"REST"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "JavaScript"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"volunteer": [],
|
|
||||||
"publications": [
|
|
||||||
{
|
|
||||||
"name": "Building User Interfaces with Electron and Atom",
|
|
||||||
"releaseDate": "2011",
|
|
||||||
"website": "http://codeproject.com/build-ui-electron-atom.aspx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Jane Fullstacker's Blog",
|
|
||||||
"publisher": "self",
|
|
||||||
"releaseDate": "2011",
|
|
||||||
"website": "http://janef.me"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Teach Yourself GORFF in 21 Days",
|
|
||||||
"publisher": "Amazon"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"interests": [
|
|
||||||
{
|
|
||||||
"name": "reading",
|
|
||||||
"summary": "Jane is a fan of mystery novels and courtroom dramas including Agatha Christie and John Grisham.",
|
|
||||||
"keywords": [
|
|
||||||
"mystery",
|
|
||||||
"Agatha Christie",
|
|
||||||
"John Grisham"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hiking",
|
|
||||||
"summary": "Jane enjoys hiking, light mountain climbing, and has four summits under her belt!"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "yoga"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"references": [
|
|
||||||
{
|
|
||||||
"name": "John Davidson",
|
|
||||||
"reference": "Jane is awesome! I'd hire her again in a heartbeat."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Elias Fullstacker",
|
|
||||||
"reference": "I worked with Jane on Jabberwocky and can vouch for her awesome technical capabilities and attention to detail. Insta-hire."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Dana Nevins",
|
|
||||||
"reference": "I've known Jane personally and professionally for almost ten years. She is one in a million."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"languages": [
|
|
||||||
{
|
|
||||||
"language": "English",
|
|
||||||
"level": "Native"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"language": "Spanish",
|
|
||||||
"level": "Moderate"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,263 +0,0 @@
|
|||||||
{
|
|
||||||
"basics": {
|
|
||||||
"name": "Jane Q. Fullstacker",
|
|
||||||
"label": "Senior Developer",
|
|
||||||
"summary": "**Full-stack software developer with 6+ years industry experience** specializing in scalable cloud architectures for this, that, and the other. A native of southern CA, Jane enjoys hiking, mystery novels, and the company of Rufus, her two-year-old beagle.",
|
|
||||||
"website": "http://janef.me/blog",
|
|
||||||
"phone": "1-650-999-7777",
|
|
||||||
"email": "jdoe@onecoolstartup.io",
|
|
||||||
"picture": "jane_doe.png",
|
|
||||||
"location": {
|
|
||||||
"address": "Jane Fullstacker\n123 Somewhere Rd.\nMountain View, CA 94035",
|
|
||||||
"postalCode": "94035",
|
|
||||||
"city": "Mountain View",
|
|
||||||
"countryCode": "US",
|
|
||||||
"region": "CA"
|
|
||||||
},
|
|
||||||
"profiles": [
|
|
||||||
{
|
|
||||||
"network": "GitHub",
|
|
||||||
"username": "janef-was-here",
|
|
||||||
"url": "https://github.com/janef-was-here"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"network": "Twitter",
|
|
||||||
"username": "janef-was-here",
|
|
||||||
"url": "https://twitter.com/janef-was-here"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"work": [
|
|
||||||
{
|
|
||||||
"company": "One Cool Startup",
|
|
||||||
"website": "https://onecool.io/does-not-exist",
|
|
||||||
"position": "Head Code Ninja",
|
|
||||||
"startDate": "2013-09",
|
|
||||||
"summary": "Development team manager for OneCoolApp and OneCoolWebsite, a free social network tiddlywink generator and lifestyle portal with over 200,000 users.",
|
|
||||||
"highlights": [
|
|
||||||
"Managed a 5-person development team",
|
|
||||||
"Accomplishment 2",
|
|
||||||
"Etc."
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"company": "Veridian Dynamics",
|
|
||||||
"website": "https://en.wikipedia.org/wiki/Better_Off_Ted#Plot",
|
|
||||||
"position": "Principal Developer",
|
|
||||||
"startDate": "2011-07",
|
|
||||||
"endDate": "2013-08",
|
|
||||||
"summary": "Developer on numerous projects culminating in technical lead role for the [Jabberwocky project](http://betteroffted.wikia.com/wiki/Jabberwocky) and promotion to principal developer.",
|
|
||||||
"highlights": [
|
|
||||||
"Managed a 5-person development team",
|
|
||||||
"Accomplishment 2",
|
|
||||||
"Etc."
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"company": "Stark Industries",
|
|
||||||
"position": "IT Administrator",
|
|
||||||
"startDate": "2008-10",
|
|
||||||
"endDate": "2011-06",
|
|
||||||
"summary": "Junior programmer with heavy code responsibilities. Promoted to intermediate role after 6 months.",
|
|
||||||
"highlights": [
|
|
||||||
"Promoted to intermediate developer after 6 months",
|
|
||||||
"Accomplishment 2",
|
|
||||||
"Etc."
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"company": "Dunder Mifflin",
|
|
||||||
"position": "Intern",
|
|
||||||
"startDate": "2008-06",
|
|
||||||
"endDate": "2008-09",
|
|
||||||
"summary": "Performed IT administration and deployments for Dunder Mifflin.",
|
|
||||||
"highlights": [
|
|
||||||
"Supervised roll-out of Dunder Mifflin Infinity website.",
|
|
||||||
"Performed mission-critical system backups and ",
|
|
||||||
"Etc."
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"education": [
|
|
||||||
{
|
|
||||||
"institution": "Cornell University",
|
|
||||||
"gpa": "3.5",
|
|
||||||
"courses": [
|
|
||||||
"Course 1",
|
|
||||||
"Course 2",
|
|
||||||
"Course 2"
|
|
||||||
],
|
|
||||||
"startDate": "2005-09",
|
|
||||||
"endDate": "2008-05"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"institution": "Medfield College",
|
|
||||||
"gpa": "3.2",
|
|
||||||
"courses": [
|
|
||||||
"Course 1",
|
|
||||||
"Course 2",
|
|
||||||
"Course 2"
|
|
||||||
],
|
|
||||||
"startDate": "2003-09",
|
|
||||||
"endDate": "2005-06"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
{
|
|
||||||
"name": "Web Dev",
|
|
||||||
"keywords": [
|
|
||||||
"JavaScript",
|
|
||||||
"HTML 5",
|
|
||||||
"CSS",
|
|
||||||
"LAMP",
|
|
||||||
"MVC",
|
|
||||||
"REST"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "JavaScript",
|
|
||||||
"keywords": [
|
|
||||||
"Node.js",
|
|
||||||
"Angular.js",
|
|
||||||
"jQuery",
|
|
||||||
"Bootstrap",
|
|
||||||
"React.js",
|
|
||||||
"Backbone.js"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Database",
|
|
||||||
"keywords": [
|
|
||||||
"MySQL",
|
|
||||||
"PostgreSQL",
|
|
||||||
"NoSQL",
|
|
||||||
"ORM",
|
|
||||||
"Hibernate"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Cloud",
|
|
||||||
"keywords": [
|
|
||||||
"AWS",
|
|
||||||
"EC2",
|
|
||||||
"RDS",
|
|
||||||
"S3",
|
|
||||||
"Azure",
|
|
||||||
"Dropbox"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Project",
|
|
||||||
"keywords": [
|
|
||||||
"Agile",
|
|
||||||
"TFS",
|
|
||||||
"Unified Process",
|
|
||||||
"MS Project"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"volunteer": [
|
|
||||||
{
|
|
||||||
"organization": "Technology for Tots",
|
|
||||||
"position": "Technical Consultant",
|
|
||||||
"startDate": "2003-11",
|
|
||||||
"endDate": "2005-06",
|
|
||||||
"website": "http://technology-for-tots.org",
|
|
||||||
"summary": "Summary of this volunteer stint.",
|
|
||||||
"highlights": [
|
|
||||||
"Accomplishment 1",
|
|
||||||
"Accomplishment 2",
|
|
||||||
"etc"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"organization": "US Army Reserves",
|
|
||||||
"position": "NCO",
|
|
||||||
"startDate": "1999-11",
|
|
||||||
"endDate": "2003-06",
|
|
||||||
"website": "http://www.usar.army.mil/",
|
|
||||||
"summary": "Summary of this military stint.",
|
|
||||||
"highlights": [
|
|
||||||
"Accomplishment 1",
|
|
||||||
"Accomplishment 2",
|
|
||||||
"etc"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"awards": [
|
|
||||||
{
|
|
||||||
"title": "Honorable Mention",
|
|
||||||
"date": "2012",
|
|
||||||
"awarder": "Google"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Summa cum laude",
|
|
||||||
"date": "2012",
|
|
||||||
"awarder": "Cornell University"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"publications": [
|
|
||||||
{
|
|
||||||
"name": "Building User Interfaces with Electron and Atom",
|
|
||||||
"publisher": "Code Project",
|
|
||||||
"releaseDate": "2011",
|
|
||||||
"website": "http://codeproject.com/build-ui-electron-atom.aspx"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Jane Fullstacker's Blog",
|
|
||||||
"publisher": "self",
|
|
||||||
"releaseDate": "2011",
|
|
||||||
"website": "http://janef.me"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Teach Yourself GORFF in 21 Days",
|
|
||||||
"publisher": "Amazon",
|
|
||||||
"releaseDate": "2008",
|
|
||||||
"website": "http://url.to.publication.com/blah",
|
|
||||||
"summary": "A primer on the programming language of GORFF, whose for loops are coterminous with all of time and space."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"interests": [
|
|
||||||
{
|
|
||||||
"name": "reading",
|
|
||||||
"summary": "Jane is a fan of mystery novels and courtroom dramas including Agatha Christie and John Grisham.",
|
|
||||||
"keywords": [
|
|
||||||
"mystery",
|
|
||||||
"Agatha Christie",
|
|
||||||
"John Grisham"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "hiking",
|
|
||||||
"summary": "Jane enjoys hiking, light mountain climbing, and has four summits under her belt!"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "yoga"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"references": [
|
|
||||||
{
|
|
||||||
"name": "John Davidson",
|
|
||||||
"reference": "Jane is awesome! I'd hire her again in a heartbeat."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Elias Fullstacker",
|
|
||||||
"reference": "I worked with Jane on Jabberwocky and can vouch for her awesome technical capabilities and attention to detail. Insta-hire."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Dana Nevins",
|
|
||||||
"reference": "I've known Jane personally and professionally for almost ten years. She is one in a million."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"languages": [
|
|
||||||
{
|
|
||||||
"language": "English",
|
|
||||||
"level": "Native"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"language": "Spanish",
|
|
||||||
"level": "Moderate",
|
|
||||||
"years": 10
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,130 +0,0 @@
|
|||||||
{
|
|
||||||
"basics": {
|
|
||||||
"name": "Richard Hendriks",
|
|
||||||
"label": "Programmer",
|
|
||||||
"picture": "",
|
|
||||||
"email": "richard.hendriks@gmail.com",
|
|
||||||
"phone": "(912) 555-4321",
|
|
||||||
"website": "http://richardhendricks.com",
|
|
||||||
"summary": "Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!",
|
|
||||||
"location": {
|
|
||||||
"address": "2712 Broadway St",
|
|
||||||
"postalCode": "CA 94115",
|
|
||||||
"city": "San Francisco",
|
|
||||||
"countryCode": "US",
|
|
||||||
"region": "California"
|
|
||||||
},
|
|
||||||
"profiles": [
|
|
||||||
{
|
|
||||||
"network": "Twitter",
|
|
||||||
"username": "neutralthoughts",
|
|
||||||
"url": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"network": "SoundCloud",
|
|
||||||
"username": "dandymusicnl",
|
|
||||||
"url": "https://soundcloud.com/dandymusicnl"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"work": [
|
|
||||||
{
|
|
||||||
"company": "Pied Piper",
|
|
||||||
"position": "CEO/President",
|
|
||||||
"website": "http://piedpiper.com",
|
|
||||||
"startDate": "2013-12-01",
|
|
||||||
"endDate": "2014-12-01",
|
|
||||||
"summary": "Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.",
|
|
||||||
"highlights": [
|
|
||||||
"Build an algorithm for artist to detect if their music was violating copy right infringement laws",
|
|
||||||
"Successfully won Techcrunch Disrupt",
|
|
||||||
"Optimized an algorithm that holds the current world record for Weisman Scores"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"volunteer": [
|
|
||||||
{
|
|
||||||
"organization": "CoderDojo",
|
|
||||||
"position": "Teacher",
|
|
||||||
"website": "http://coderdojo.com/",
|
|
||||||
"startDate": "2012-01-01",
|
|
||||||
"endDate": "2013-01-01",
|
|
||||||
"summary": "Global movement of free coding clubs for young people.",
|
|
||||||
"highlights": [
|
|
||||||
"Awarded 'Teacher of the Month'"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"education": [
|
|
||||||
{
|
|
||||||
"institution": "University of Oklahoma",
|
|
||||||
"area": "Information Technology",
|
|
||||||
"studyType": "Bachelor",
|
|
||||||
"startDate": "2011-06-01",
|
|
||||||
"endDate": "2014-01-01",
|
|
||||||
"gpa": "4.0",
|
|
||||||
"courses": [
|
|
||||||
"DB1101 - Basic SQL",
|
|
||||||
"CS2011 - Java Introduction"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"awards": [
|
|
||||||
{
|
|
||||||
"title": "Digital Compression Pioneer Award",
|
|
||||||
"date": "2014-11-01",
|
|
||||||
"awarder": "Techcrunch",
|
|
||||||
"summary": "There is no spoon."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"publications": [
|
|
||||||
{
|
|
||||||
"name": "Video compression for 3d media",
|
|
||||||
"publisher": "Hooli",
|
|
||||||
"releaseDate": "2014-10-01",
|
|
||||||
"website": "http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)",
|
|
||||||
"summary": "Innovative middle-out compression algorithm that changes the way we store data."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
{
|
|
||||||
"name": "Web Development",
|
|
||||||
"level": "Master",
|
|
||||||
"keywords": [
|
|
||||||
"HTML",
|
|
||||||
"CSS",
|
|
||||||
"Javascript"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Compression",
|
|
||||||
"level": "Master",
|
|
||||||
"keywords": [
|
|
||||||
"Mpeg",
|
|
||||||
"MP4",
|
|
||||||
"GIF"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"languages": [
|
|
||||||
{
|
|
||||||
"language": "English",
|
|
||||||
"fluency": "Native speaker"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"interests": [
|
|
||||||
{
|
|
||||||
"name": "Wildlife",
|
|
||||||
"keywords": [
|
|
||||||
"Ferrets",
|
|
||||||
"Unicorns"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"references": [
|
|
||||||
{
|
|
||||||
"name": "Erlich Bachman",
|
|
||||||
"reference": "It is my pleasure to recommend Richard, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company."
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,75 +0,0 @@
|
|||||||
/**
|
|
||||||
CLI test routines for HackMyResume.
|
|
||||||
@module test-cli.js
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var chai = require('chai')
|
|
||||||
, should = chai.should()
|
|
||||||
, HMRMAIN = require('../dist/cli/main')
|
|
||||||
, CHALK = require('chalk')
|
|
||||||
, FS = require('fs')
|
|
||||||
, PATH = require('path')
|
|
||||||
, PKG = require('../package.json')
|
|
||||||
, _ = require('underscore');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var gather = '';
|
|
||||||
var ConsoleLogOrg = console.log;
|
|
||||||
var ProcessExitOrg = process.exit;
|
|
||||||
var commandRetVal = 0;
|
|
||||||
|
|
||||||
|
|
||||||
describe('Testing CLI interface', function () {
|
|
||||||
|
|
||||||
// TODO: use sinon
|
|
||||||
// Replacement for process.exit()
|
|
||||||
function MyProcessExit( retVal ) {
|
|
||||||
commandRetVal = retVal;
|
|
||||||
}
|
|
||||||
|
|
||||||
// HackMyResume CLI stub. Handle a single HMR invocation.
|
|
||||||
function HackMyResumeStub( argsString ) {
|
|
||||||
|
|
||||||
var args = argsString.split(' ');
|
|
||||||
args.unshift( process.argv[1] );
|
|
||||||
args.unshift( process.argv[0] );
|
|
||||||
process.exit = MyProcessExit;
|
|
||||||
|
|
||||||
try {
|
|
||||||
HMRMAIN( args );
|
|
||||||
}
|
|
||||||
catch( ex ) {
|
|
||||||
require('../dist/cli/error').err( ex, false );
|
|
||||||
if(ex.stack || (ex.inner && ex.inner.stacl))
|
|
||||||
console.log(ex.stack || ex.inner.stack);
|
|
||||||
}
|
|
||||||
process.exit = ProcessExitOrg;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Run a test through the stub, gathering console.log output into "gather"
|
|
||||||
// and testing against it.
|
|
||||||
function run( args, expErr ) {
|
|
||||||
var title = args;
|
|
||||||
it( 'Testing: "' + title + '"\n\n', function() {
|
|
||||||
commandRetVal = 0;
|
|
||||||
HackMyResumeStub( args );
|
|
||||||
commandRetVal.should.equal( parseInt(expErr, 10) );
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
var lines = FS.readFileSync( PATH.join( __dirname, './test-hmr.txt'), 'utf8').split('\n');
|
|
||||||
lines.forEach(function(l){
|
|
||||||
if( l && l.trim() ) {
|
|
||||||
if(l[0] !== '#') {
|
|
||||||
var lineInfo = l.split('|');
|
|
||||||
var errCode = lineInfo[0];
|
|
||||||
run( lineInfo.length > 1 ? lineInfo[1] : '', errCode );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
0|
|
|
||||||
0|--help
|
|
||||||
0|-h
|
|
||||||
0|--debug
|
|
||||||
0|-d
|
|
||||||
5|notacommand
|
|
||||||
8|new
|
|
||||||
0|new test/sandbox/cli-test/new-empty-resume.auto.json
|
|
||||||
0|new test/sandbox/cli-test/new-empty-resume.jrs.json -f jrs
|
|
||||||
0|new test/sandbox/cli-test/new-empty-resume.fresh.json -f fresh
|
|
||||||
3|analyze
|
|
||||||
14|analyze doesnt-exist.json
|
|
||||||
3|convert
|
|
||||||
7|convert doesnt-exist.json
|
|
||||||
3|validate
|
|
||||||
14|validate doesnt-exist.json
|
|
||||||
0|validate node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json
|
|
||||||
3|peek
|
|
||||||
14|peek doesnt-exist.json
|
|
||||||
14|peek doesnt-exist.json not.a.path
|
|
||||||
0|peek test/resumes/jrs-0.0.0/richard-hendriks.json work[0]
|
|
||||||
0|peek node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json employment.history[1]
|
|
||||||
0|peek node_modules/fresh-test-resumes/src/fresh/johnny-trouble.json skills.sets
|
|
||||||
3|build
|
|
||||||
0|build node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json test/sandbox/cli-test/jane/resume.html
|
|
||||||
0|build node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json test/sandbox/cli-test/jane/resume.pdf
|
|
||||||
0|build node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json test/sandbox/cli-test/jane/resume.md
|
|
||||||
0|build node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json test/sandbox/cli-test/jane/resume.txt
|
|
||||||
0|build node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json test/sandbox/cli-test/jane/resume.yml
|
|
||||||
0|build node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json test/sandbox/cli-test/jane/resume.json
|
|
||||||
14|build doesnt-exist.json
|
|
||||||
14|build doesnt-exist.json -t not-a-theme
|
|
||||||
14|build doesnt-exist.json -t node_modules/not-a-theme
|
|
||||||
@@ -1,145 +0,0 @@
|
|||||||
/**
|
|
||||||
Output test routines for HackMyResume.
|
|
||||||
@module test-stdout.js
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var chai = require('chai')
|
|
||||||
, expect = chai.expect
|
|
||||||
, HMRMAIN = require('../dist/cli/main')
|
|
||||||
, CHALK = require('chalk')
|
|
||||||
, FS = require('fs')
|
|
||||||
, PATH = require('path')
|
|
||||||
, PKG = require('../package.json')
|
|
||||||
, STRIPCOLOR = require('stripcolorcodes')
|
|
||||||
, _ = require('underscore');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var gather = '';
|
|
||||||
var ConsoleLogOrg = console.log;
|
|
||||||
var ProcessExitOrg = process.exit;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
describe('Testing Ouput interface', function () {
|
|
||||||
|
|
||||||
// TODO: use sinon
|
|
||||||
// Replacement for console.log
|
|
||||||
function MyConsoleLog( msg ) {
|
|
||||||
var tx = Array.prototype.slice.call(arguments).join(' ');
|
|
||||||
gather += STRIPCOLOR( tx );
|
|
||||||
ConsoleLogOrg.apply(this, arguments);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Replacement for process.exit()
|
|
||||||
function MyProcessExit() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// HackMyResume CLI stub. Handle a single HMR invocation.
|
|
||||||
function HackMyResumeStub( args ) {
|
|
||||||
|
|
||||||
console.log = MyConsoleLog;
|
|
||||||
process.exit = MyProcessExit;
|
|
||||||
CHALK.enabled = false;
|
|
||||||
|
|
||||||
try {
|
|
||||||
args.unshift( process.argv[1] );
|
|
||||||
args.unshift( process.argv[0] );
|
|
||||||
HMRMAIN( args );
|
|
||||||
}
|
|
||||||
catch( ex ) {
|
|
||||||
require('../dist/cli/error').err( ex, false );
|
|
||||||
}
|
|
||||||
CHALK.enabled = true;
|
|
||||||
process.exit = ProcessExitOrg;
|
|
||||||
console.log = ConsoleLogOrg;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Run a test through the stub, gathering console.log output into "gather"
|
|
||||||
// and testing against it.
|
|
||||||
function run( title, args, tests ) {
|
|
||||||
it( title, function() {
|
|
||||||
|
|
||||||
gather = '';
|
|
||||||
HackMyResumeStub( args );
|
|
||||||
|
|
||||||
expect(
|
|
||||||
_.all( tests, function(t) {
|
|
||||||
return gather.indexOf(t) > -1;
|
|
||||||
})
|
|
||||||
).to.equal(true);
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
var title = '*** HackMyResume v' + PKG.version + ' ***';
|
|
||||||
var feedMe = 'Please feed me a resume in FRESH or JSON Resume format.';
|
|
||||||
var manPage = FS.readFileSync( PATH.resolve( __dirname, '../src/cli/use.txt' ), 'utf8');
|
|
||||||
|
|
||||||
run('HMR should output a help string when no command is specified',
|
|
||||||
[], [ title, 'Please give me a command (BUILD, ANALYZE, VALIDATE, CONVERT, NEW, or PEEK).' ]);
|
|
||||||
|
|
||||||
run('BUILD should output a tip when no source is specified',
|
|
||||||
['build'], [ title, feedMe ]);
|
|
||||||
|
|
||||||
run('VALIDATE should output a tip when no source is specified',
|
|
||||||
['validate'], [ title, feedMe ]);
|
|
||||||
|
|
||||||
run('ANALYZE should output a tip when no source is specified',
|
|
||||||
['analyze'], [ title, feedMe ]);
|
|
||||||
|
|
||||||
run('BUILD should display an error on a broken resume',
|
|
||||||
['build',
|
|
||||||
'node_modules/fresh-test-resumes/src/fresh/johnny-trouble.broken.json',
|
|
||||||
'-t', 'modern'
|
|
||||||
], [ title, 'Error: Invalid or corrupt JSON on line' ]);
|
|
||||||
|
|
||||||
run('CONVERT should output a tip when no source is specified',
|
|
||||||
['convert'], [ title, feedMe ]);
|
|
||||||
|
|
||||||
run('NEW should output a tip when no source is specified',
|
|
||||||
['new'], [ title, 'Please specify the filename of the resume to create.' ]);
|
|
||||||
|
|
||||||
// This will cause the HELP doc to be emitted, followed by an "unknown option --help"
|
|
||||||
// error in the log, based on the way we're calling into HMR. As long as the test
|
|
||||||
// passes, any extraneous error messages can be ignored here.
|
|
||||||
run('HMR should output help doc with --help',
|
|
||||||
['--help'], [ manPage ]);
|
|
||||||
|
|
||||||
run('HMR should accept raw JSON via --options',
|
|
||||||
[
|
|
||||||
'build',
|
|
||||||
'node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json',
|
|
||||||
'to',
|
|
||||||
'test/sandbox/temp/janeq-1.all',
|
|
||||||
'-o',
|
|
||||||
"{ theme: 'compact', debug: true, pdf: 'wkhtmltopdf' }"],
|
|
||||||
[ 'Applying COMPACT theme (', '(with wkhtmltopdf)'] );
|
|
||||||
|
|
||||||
run('HMR should accept a JSON settings file via --options',
|
|
||||||
[
|
|
||||||
'build',
|
|
||||||
'node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json',
|
|
||||||
'to',
|
|
||||||
'test/sandbox/temp/janeq-2.all',
|
|
||||||
'--options',
|
|
||||||
"test/hmr-options.json"],
|
|
||||||
[ 'Applying POSITIVE theme'] );
|
|
||||||
|
|
||||||
run('Explicit command line options should override --options',
|
|
||||||
[
|
|
||||||
'build',
|
|
||||||
'node_modules/fresh-test-resumes/src/fresh/jane-fullstacker.json',
|
|
||||||
'to',
|
|
||||||
'test/sandbox/temp/janeq-3.all',
|
|
||||||
'--options',
|
|
||||||
"test/hmr-options.json",
|
|
||||||
"-t",
|
|
||||||
"modern"
|
|
||||||
],
|
|
||||||
[ 'Applying MODERN theme'] );
|
|
||||||
});
|
|
||||||