We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b1d87 commit 4124a1fCopy full SHA for 4124a1f
.integration/artifacthub/helloworld/0.1.2/artifacthub-pkg.yaml
@@ -0,0 +1,25 @@
1
+version: 0.1.2
2
+name: helloworld
3
+displayName: helloworld
4
+createdAt: "2024-05-08T07:20:51Z"
5
+description: This is a KCL package
6
+links:
7
+- name: KCL homepage
8
+ url: https://kcl-lang.io/
9
+- name: KCL repo
10
+ url: https://github.com/kcl-lang/kcl
11
+install: |
12
+ #### Add `helloworld` with tag `0.1.2` as dependency
13
+ ```
14
+ kcl mod add helloworld:0.1.2
15
16
+
17
+ #### Pull `helloworld` with tag `0.1.2` to local
18
19
+ kcl mod pull helloworld:0.1.2
20
21
+maintainers:
22
+- name: kcl-lang.io
23
+ email: [email protected]
24
+provider:
25
+ name: kcl-lang.io
0 commit comments