Skip to content

gitblit-org/gitblit-cookbook-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitblit Cookbook plugin

This plugin provides example implementations of all Gitblit extension points.

Building, Deploying, Testing

To build, apply the changes and execute:

mvn clean package

To deploy, copy the generated cookbook zip file to your Gitblit ${baseFolder}/plugins directory.

To test, restart Gitblit and execute:

$ ssh hostname -l username -p 29418 cookbook hello --french "'tout le monde'"
Bonjour tout le monde!

Packages

No packages published

Languages

  • Java 92.8%
  • HTML 6.9%
  • Shell 0.3%