v0.2.0 revealing cup
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.