0.0.5 • Published 9 years ago

resume-bandit v0.0.5

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
9 years ago

img Resume Bandit

Minimalistic developer resume generator designed to fit in a single A4 page

Install

$ npm install -g resume-bandit

Use

Usage: resume-bandit [options]

Options:

  -h, --help                output usage information
  -V, --version             output the version number
  -t, --template [path]     Underscore template file name
  -d, --data [path]         YAML data file name
  -e, --encoding [charset]  Set encoding
  -o, --out [path]          Output file name
  

If no command line arguments present, bandit has the defaults of :

 $ resume-bandit -t templates/clean.tpl -d data/sample.yaml -e utf8 -o resume.html
 
  

Example output

img

Why ?

Because coding my own resume is fun™

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago