Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gitbucket/gitbucket-plugin-template
- Owner: gitbucket
- Created: 2016-08-05T15:31:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T00:22:28.000Z (2 months ago)
- Last Synced: 2024-10-29T01:23:47.824Z (2 months ago)
- Topics: gitbucket, gitbucket-plugin, scala
- Language: Scala
- Homepage:
- Size: 1 MB
- Stars: 7
- Watchers: 13
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitbucket-plugin-template
========
Template project for GitBucket pluginRun `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.