-
Notifications
You must be signed in to change notification settings - Fork 21
/
installers.toml
79 lines (64 loc) · 1.74 KB
/
installers.toml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[node]
installers = "dnf,apt,apk,yum"
name = "NodeJS"
description = "NodeJs v12"
[kubectl]
installers = "apt,yum,curl"
name = "Kubectl"
description = "kubectl controls the Kubernetes cluster manager"
[git]
installers = "dnf,pacman,apt,apk,yum"
name = "Git"
description = "Git SVM"
[pip3]
installers = "dnf,pacman,apt,apk,yum"
name = "Pip3"
description = "Pip is the package installer for Python"
[docker-compose]
installers = "curl"
name = "Docker Compose"
description = "Docker Compose is a tool for defining and running multi-container Docker applications"
[gcloud]
installers = "curl"
name = "gCloud"
description = "CLI tool of GCP"
[yarn]
installers = "dnf,pacman,apt,apk,yum"
name = "Yarn"
description = "Fast, reliable, and secure NodeJS dependency management"
[nginx]
installers = "dnf,pacman,apt,apk,yum"
name = "Nginx"
description = "Nginx server"
[atom]
installers = "dnf,pacman,apt,apk,yum"
name = "Atom"
description = "A hackable text editor for the 21st Century"
[helm]
installers = "curl"
name = "Helm"
description = "The package manager for Kubernetes"
[hlf]
installers = "curl"
name = "Fabric"
description = "Hyperledger Fabric"
[docker]
installers = "apt,yum"
name = "Docker"
description = "Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers"
[eksctl]
installers = "curl"
name = "eksctl"
description = "A simple CLI tool for creating clusters on EKS"
[ctop]
installers = "curl"
name = "cTop"
description = "Top-like interface for container metrics"
[hello]
installers = "dnf,pacman,apt,apk,yum,curl"
name = "Hello"
description = "This is just a sample tool to use as an example"
[python3]
installers = "dnf,pacman,apt,apk,yum"
name = "Python 3"
description = "Python 3"