Skip to content

Commit

Permalink
chore: update artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 17, 2024
1 parent b3eb801 commit e21f60e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .integration/artifacthub/kind/0.0.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Introduction

`kind` is the kind spec definition



## Resource

Code source and document is [here](https://github.com/kcl-lang/artifacthub/tree/main/kind)
25 changes: 25 additions & 0 deletions .integration/artifacthub/kind/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: kind
displayName: kind
createdAt: "2024-07-17T05:54:33Z"
description: '`kind` is a KCL module.'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `kind` with tag `0.0.1` as dependency
```
kcl mod add kind:0.0.1
```
#### Pull `kind` with tag `0.0.1` to local
```
kcl mod pull kind:0.0.1
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit e21f60e

Please sign in to comment.