Skip to content

Commit 4124a1f

Browse files
committed
chore: update artifacthub-pkg.yaml
1 parent 41b1d87 commit 4124a1f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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+
24+
provider:
25+
name: kcl-lang.io

0 commit comments

Comments
 (0)