Skip to main content
The Deno 2 Release Candidate is here
Learn more

resumerise-cli

This is the command line tool for resumerise, a platform to create resumes and templates.

It is built on Deno, and allows to make lightning fast changes to themes.

Getting Started

Install the command-line tool:

deno install --allow-net --allow-read --unstable -n resumerise-cli https://deno.land/x/resumerise_cli/index.ts

Usage

resumerise-cli serve [path/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.