Skip to content

Commit 5348ba2

Browse files
committed
Regenerate artifacthub-pkg.yaml for all packages
1 parent 3e141d1 commit 5348ba2

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

helloworld/0.1.1/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Introduction
2+
This is a kcl package named helloworld.

helloworld/0.1.1/artifacthub-pkg.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 0.1.1
2+
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+
24+
provider:
25+
name: kcl-lang.io

0 commit comments

Comments
 (0)