stash/pkg/plugin/examples
WithoutPants 9b57fbbf50
Embedded javascript plugins (#1393)
2021-05-26 14:17:53 +10:00
..
common Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
goraw Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
gorpc Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
js Embedded javascript plugins (#1393) 2021-05-26 14:17:53 +10:00
python Example python plugin (#825) 2020-10-12 08:20:20 +11:00
README.md Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00

README.md

Building

From the base stash source directory:

go build -tags=plugin_example -o plugin_goraw.exe ./pkg/plugin/examples/goraw/...
go build -tags=plugin_example -o plugin_gorpc.exe ./pkg/plugin/examples/gorpc/...

Place the resulting binaries together with the yml files in the plugins subdirectory of your stash directory.