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

https://github.com/uetchy/heroku-buildpack-pandoc

A buildpack provides pandoc and pandoc-citeproc.
https://github.com/uetchy/heroku-buildpack-pandoc

Last synced: about 1 year ago
JSON representation

A buildpack provides pandoc and pandoc-citeproc.

Awesome Lists containing this project

README

          

# heroku-buildpack-pandoc

A buildpack provides `pandoc` and `pandoc-citeproc`.

## install

```
heroku buildpacks:add https://github.com/uetchy/heroku-buildpack-pandoc.git
```

then you'll got buildpacks like this:

```
❯ heroku buildpacks
=== app Buildpack URLs
1. heroku/python
2. https://github.com/uetchy/heroku-buildpack-pandoc.git
```

## test

```
docker-compose run test
```