Skip to content

Commit

Permalink
Updata artifacthub-pkg.yaml for
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 24, 2023
1 parent 4b84a24 commit 343f120
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions hello1/0.0.1/artifacthub-pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.0.1
name: hello1
displayName: hello1
createdAt: "2023-10-24T11:12:11Z"
description: ""
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `hello1` with tag `0.0.1` as dependency
```
kpm add hello1:0.0.1
```
#### Pull `hello1` with tag `0.0.1` to local
```
kpm pull hello1:0.0.1
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit 343f120

Please sign in to comment.