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

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

Awesome Lists containing this project

README

          

# gitbucket-pdf-plugin

A pdf file rendering plugin for GitBucket

[![Build Status](https://travis-ci.org/onukura/gitbucket-pdf-plugin.svg?branch=master)](https://travis-ci.org/onukura/gitbucket-pdf-plugin)

A GitBucket plugin for rendering csv and tsv file.

## Screenshot

![screenshot](https://github.com/onukura/gitbucket-pdf-plugin/blob/assets/screenshot.png?raw=true)

## 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 -