Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 962 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 962 Bytes

wkhtmltopdf

About

Installs wkhtmltopdf integrated with libpng and with a script wrapping the result in xvfb.

Some examples of the problems that we are solving with the repository

Usage

include_recipe wkhtmltopdf::default

Development

  1. Install Prerequisites
brew cask install chef/chef/chef-workstation
  1. Use the Kitchen to run InSpec tests.
KITCHEN_EC2_SUBNET_ID=subnet-XXXXXX kitchen test
  1. Run FoodCritic Linter
foodcritic .
  1. Run Rubocop
rubocop .