Files
flux/zqdgr.config.json

17 lines
564 B
JSON

{
"name": "Flux",
"version": "0.0.1",
"description": "Flux is a lightweight self-hosted micro-paas for golang web apps.",
"author": "juls0730",
"license": "MIT",
"scripts": {
"build:daemon": "go build -o fluxd cmd/daemon/main.go",
"build:cli": "go build -o flux cmd/cli/main.go",
"build:all": "zqdgr build:daemon && zqdgr build:cli",
"run:daemon": "go run cmd/daemon/main.go",
"run:cli": "go run cmd/cli/main.go",
"test": "./test.sh"
},
"pattern": "**/*.go",
"excluded_dirs": []
}