An open API service indexing awesome lists of open source software.

https://github.com/marceloboeira/pdf.cr

:pencil: PDF writer for Crystal
https://github.com/marceloboeira/pdf.cr

crystal pdf

Last synced: 7 months ago
JSON representation

:pencil: PDF writer for Crystal

Awesome Lists containing this project

README

          

# pdf.cr [![Build Status](https://travis-ci.org/marceloboeira/pdf.cr.svg?branch=master)](https://travis-ci.org/marceloboeira/pdf.cr)
> PDF for Crystal

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
pdf:
github: marceloboeira/pdf.cr
```

## Contributing

1. Fork it (https://github.com/marceloboeira/pdf.cr/fork)
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request