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.
- Host: GitHub
- URL: https://github.com/uetchy/heroku-buildpack-pandoc
- Owner: uetchy
- License: mit
- Created: 2017-04-15T05:38:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T06:27:00.000Z (about 9 years ago)
- Last Synced: 2025-04-14T17:49:05.865Z (about 1 year ago)
- Language: TeX
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```