I have documented GLoom's new RPC, how a plugin developer might create a plugin, and more. I have also created GLoomI, the included management interface for GLoom and added a LICENSE.
12 lines
292 B
JSON
12 lines
292 B
JSON
{
|
|
"name": "Go Project",
|
|
"version": "0.0.1",
|
|
"description": "Example description",
|
|
"author": "you",
|
|
"license": "BSL-1.0",
|
|
"scripts": {
|
|
"build": "go build -buildmode=plugin -o ../plugs/gloomi.so main.go"
|
|
},
|
|
"pattern": "**/*.go",
|
|
"excluded_dirs": []
|
|
} |