Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gitbucket/gitbucket-plugin-template

Template project for GitBucket plugin
https://github.com/gitbucket/gitbucket-plugin-template

gitbucket gitbucket-plugin scala

Last synced: 2 months ago
JSON representation

Template project for GitBucket plugin

Awesome Lists containing this project

README

        

gitbucket-plugin-template
========
Template project for GitBucket plugin

Run `sbt assembly` and copy generated `/target/scala-2.13/gitbucket-helloworld-plugin-assembly-1.0.0.jar` to `~/.gitbucket/plugins/` (If the directory does not exist, create it by hand before copying the jar), or just run `sbt install`.

Then start GitBucket and access to http://localhost:8080/helloworld in your web browser, you will see `Hello World!` response.