#!/bin/bash

# EXAMPLE COMMAND SHOWING HOW WE CAN BUILD CLI OPTIONS IN USING ENVIRONMENT VARIABLES

RESUME_ENV_DEBUG="true" RESUME_ENV="{\"console_output\":true, \"format\":\"html\"}" node index.js

cd .public
google-chrome --headless --disable-gpu --print-to-pdf index.html
