diff --git a/.integration/artifacthub/kcl_type/0.0.1/README.md b/.integration/artifacthub/kcl_type/0.0.1/README.md new file mode 100644 index 00000000..82d65115 --- /dev/null +++ b/.integration/artifacthub/kcl_type/0.0.1/README.md @@ -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) diff --git a/.integration/artifacthub/kcl_type/0.0.1/artifacthub-pkg.yaml b/.integration/artifacthub/kcl_type/0.0.1/artifacthub-pkg.yaml new file mode 100644 index 00000000..193b3928 --- /dev/null +++ b/.integration/artifacthub/kcl_type/0.0.1/artifacthub-pkg.yaml @@ -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: kcl-lang.io@domainsbyproxy.com +provider: + name: kcl-lang.io