Skip to content

v0.2.0 revealing cup

Compare
Choose a tag to compare
@hacksalot hacksalot released this 09 Oct 10:21
· 730 commits to master since this release

Added

  • Support for specifying an external theme folder via the -t parameter:

    fluentcmd resume.json -t ~/blah/custom-theme

    The existing behavior of -t [theme-name] is still allowed:

    fluentcmd resume.json -t informatic
  • Barebones "Hello World" theme with content: Hello, world! My name is {{ r.basics.name }}.

    fluentcmd resume.json -t hello-world
  • Better error handling.

Fixed

  • OS X: Node.js runtime error.