File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11gitbucket-explorer-plugin
22===
33
4- The plugin provides an explorer like file tree of GIT repositories for [ GitBucket] ( https://github.com/gitbucket/gitbucket ) .
4+ This plugin provides an explorer like file tree for GIT repositories with [ GitBucket] ( https://github.com/gitbucket/gitbucket ) .
55
66![ screenshot] ( screenshot.png )
77
@@ -25,7 +25,15 @@ Installation
2525
2626Copy the downloaded plug-in JAR file to your ` GITBUCKET_HOME/plugins ` directory, and then restart the GitBucket instance.
2727
28- Release
28+ Building
29+ ---
30+ Pre-requisites are Node, NPM, SBT, and Java 8.
31+ - Run ` npm install ` to install all node dependencies.
32+ - Run ` npm run-script release ` to create a ** complete** release (this will call SBT too).
33+
34+ See ` package.json ` for more details.
35+
36+ Releases
2937---
3038
3139### 4.0.0 - 5 Sept 2017
@@ -58,4 +66,4 @@ Release
5866Credits
5967---
6068
61- This plug-in was developed by [ @tomoki1207 ] ( https://github.com/tomoki1207 )
69+ This plug-in was developed by [ @tomoki1207 ] ( https://github.com/tomoki1207 ) .
You can’t perform that action at this time.
0 commit comments