-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gpm.yaml
34 lines (29 loc) · 925 Bytes
/
gpm.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: "gpm"
display_name: "Go Package Manager"
description: "A centralized enhancement and improvement of the existing Go toolchain"
homepage: "https://gpm.kloubert.dev"
license: "MIT"
contributors:
- name: "Marcel J. Kloubert"
homepage: "https://marcel.coffee"
role: "Maintainer"
donations:
buy_me_a_coffee: "https://www.buymeacoffee.com/mkloubert"
patreon: "https://www.patreon.com/mkloubert"
paypal: "https://paypal.me/MarcelKloubert"
repositories:
- name: "GitHub (HTTP)"
type: "git"
url: "https://github.com/mkloubert/go-package-manager.git"
- name: "GitHub (SSH)"
type: "git"
url: "[email protected]:mkloubert/go-package-manager.git"
files:
- ^go-package-manager(\.exe)?$
- ^LICENSE$
- ^README.md$
scripts:
docs: "go run . generate documentation ./docs"
test: "exit 0"
test1: "echo test1 runs on default environment"
dev:test1: "echo test1 runs on 'dev' environment"