https://github.com/onukura/gitbucket-pdf-plugin
pdf file rendering plugin for GitBucket
https://github.com/onukura/gitbucket-pdf-plugin
gitbucket gitbucket-plugin
Last synced: 4 months ago
JSON representation
pdf file rendering plugin for GitBucket
- Host: GitHub
- URL: https://github.com/onukura/gitbucket-pdf-plugin
- Owner: onukura
- License: apache-2.0
- Created: 2020-06-08T07:46:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T03:29:26.000Z (over 5 years ago)
- Last Synced: 2025-01-07T20:01:03.557Z (12 months ago)
- Topics: gitbucket, gitbucket-plugin
- Language: JavaScript
- Size: 3.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbucket-pdf-plugin
A pdf file rendering plugin for GitBucket
[](https://travis-ci.org/onukura/gitbucket-pdf-plugin)
A GitBucket plugin for rendering csv and tsv file.
## Screenshot

## Install
1. Download *.jar from Releases.
2. Deploy it to `GITBUCKET_HOME/plugins`.
3. Restart GitBucket.
## Build from source
```sbt
sbt clean package
```
The built package is located at
`target/scala-2.13/gitbucket-pdf-plugin_2.13-{plugin-version}.jar`.
```sbt
sbt assembly
```
This makes the assembly package
`target/scala-2.13/gitbucket-pdf-plugin-{plugin-version}.jar`
for deployment.
## Version
Plugin version|GitBucket version
:---|:---
1.0.x |4.32.x -