Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

initios/rodolfo-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rodolfo Recipes

Build Status

A list of recipes to use with Rodolfo

Usage

cat package_folder/data.json | rodolfo render recipe-path --save-to generated.pdf

Prawn documentation

Install requirements

bundle install --binstubs

Run tests (will create a pdf for each report on spec/tmp)

# run all
rspec

# run single
rspec -e invoice

Adding a Rodolfo Recipe

Create a folder with your username and add there your recipe. Also to enable its tests add it to the end of recipes_spec like

describe 'username/recipename' do
  it_behaves_like 'a recipe'
end

About

Rodolfo Recipes (pdfs with Prawn)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages