Cli is the command line tool designed for resumic users to easily create an empty and new resume.json file via the command line.
$ go get github.com/resumic/cli
$ resumic help
Lists the available commands and flags.
$ resumic init
Creates an empty resume.json file with examples to give a better understanding of the json file.
The theme command has the following sub-commands:
$ resumic theme list
Lists the avvailable theme for download.
$ resumic theme get [theme-name]
Downloads the theme locally for use.
$ resumic test filename
$ resumic serve
$ resumic serve --theme [themeName]
$ resumic render --theme [themename] --format html
Downloads the page in HTML format.