We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e141d1 commit 5348ba2Copy full SHA for 5348ba2
helloworld/0.1.1/README.md
@@ -0,0 +1,2 @@
1
+## Introduction
2
+This is a kcl package named helloworld.
helloworld/0.1.1/artifacthub-pkg.yaml
@@ -0,0 +1,25 @@
+version: 0.1.1
+name: helloworld
3
+displayName: helloworld
4
+createdAt: "2023-10-27T03:24:50Z"
5
+description: This is a KCL package For Testing
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.1` as dependency
13
+ ```
14
+ kpm add helloworld:0.1.1
15
16
+
17
+ #### Pull `helloworld` with tag `0.1.1` to local
18
19
+ kpm pull helloworld:0.1.1
20
21
+maintainers:
22
+- name: kcl-lang.io
23
+ email: [email protected]
24
+provider:
25
+ name: kcl-lang.io
0 commit comments