Caramel is a Crystal Markup Language for creating PDF documents.
-
Add the dependency to your
shard.yml
:dependencies: caramel: github: rowland/caramel
-
Run
shards install
require "caramel"
Use as a library or as a command-line utility.
TODO:
- Fork it (https://github.com/rowland/caramel/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Brent Rowland - creator and maintainer