A straightforward jsonresume theme. Uses resumed as the cli runner.
Fork freely, make it your own.
npm install jsonresume-theme-straightforward
npx resumed export resume.pdf -t jsonresume-theme-straightforward
npx resumed render -o resume.html -t jsonresume-theme-straightforwardnpm install
npm test
npm run export:htmlnpm install is required before running any exports or tests. This theme installs itself as a local file:. dependency so that resumed can resolve it by package name.
Note that running npm run export:pdf will result in a different binary every time it's run, even if the source hasn't changed. So it's not the most reliable indicator of differences.