resumerise-cli
This is the command line tool for resumerise, a platform to create resumes and templates.
The CLI is technically based on Deno and enables the rapid development of templates for resumerise.
Getting Started
Step 1: Download the import map
curl -OL https://deno.land/x/resumerise_cli/import_maps.json
Step 2: Install the command-line tool:
deno install -f -r -A --unstable --import-map=https://deno.land/x/resumerise_cli/import_maps.json -n resumerise-cli https://deno.land/x/resumerise_cli/index.ts
Usage
resumerise-cli serve [path or url to theme]
This command runs a live http server to display template changes live. On the displayed page you can select different target platforms, such as desktop, mobile or print.
Example:
resumerise-cli serve https://deno.land/x/resumerise_theme_retro/mod.ts
License
Available under the MIT license.