/cli

Cli tool to setup a new resume easily.

Primary LanguageGo

cli

Cli is the command line tool designed for resumic users to easily create an empty and new resume.json file via the command line.

state release license Build Status Go Report Card

Getting started

$ go get github.com/resumic/cli

Using commands

help

$ resumic help

Lists the available commands and flags.

init

$ resumic init

Creates an empty resume.json file with examples to give a better understanding of the json file.

theme

The theme command has the following sub-commands:

list

$ resumic theme list

Lists the avvailable theme for download.

get

$ resumic theme get [theme-name]

Downloads the theme locally for use.

test

$ resumic test filename

serve

$ resumic serve
flags usage --theme:
$ resumic serve --theme [themeName]

render

$ resumic render --theme [themename] --format html

Downloads the page in HTML format.