Flesh out GLoom
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.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"author": "you",
|
||||
"license": "BSL-1.0",
|
||||
"scripts": {
|
||||
"build": "go build",
|
||||
"dev": "go run main.go"
|
||||
"build": "sh -c \"cd gloomi; zqdgr build\" && go build",
|
||||
"dev": "sh -c \"cd gloomi; zqdgr build\" && go run main.go"
|
||||
},
|
||||
"pattern": "**/*.go",
|
||||
"excluded_dirs": []
|
||||
|
||||
Reference in New Issue
Block a user