Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polamjag/report
generate report with pandoc
https://github.com/polamjag/report
Last synced: about 1 month ago
JSON representation
generate report with pandoc
- Host: GitHub
- URL: https://github.com/polamjag/report
- Owner: polamjag
- Created: 2015-10-30T11:16:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T19:47:15.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T01:56:21.684Z (3 months ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# report
a report generator using pandoc and wkhtmltopdf
## installation
```
$ git clone
$ ./setup-env.sh
```## usage
```
$ mkdir new-report && cd new-report
$ report-scaffold
$ make PDF_HEADER='New Report'
```