Skip to content

Commit

Permalink
Updata artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 9, 2023
1 parent a313f3c commit f5bd3e6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .integration/artifacthub/kcl_type/0.0.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Introduction

`kcl_type` is a module for KCL type definitions

## Resource

The code source and documents are [here](https://github.com/kcl-lang/artifacthub/tree/main/kcl_type)
25 changes: 25 additions & 0 deletions .integration/artifacthub/kcl_type/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: kcl_type
displayName: kcl_type
createdAt: "2023-11-09T01:51:35Z"
description: '`kcl_type` is a module for KCL type definitions'
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `kcl_type` with tag `0.0.1` as dependency
```
kpm add kcl_type:0.0.1
```
#### Pull `kcl_type` with tag `0.0.1` to local
```
kpm pull kcl_type:0.0.1
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit f5bd3e6

Please sign in to comment.