From 343f12057e8b16d6fe526ddbe8a69f07d04b36d0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 24 Oct 2023 11:12:24 +0000 Subject: [PATCH] Updata artifacthub-pkg.yaml for --- hello1/0.0.1/artifacthub-pkg.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 hello1/0.0.1/artifacthub-pkg.yaml diff --git a/hello1/0.0.1/artifacthub-pkg.yaml b/hello1/0.0.1/artifacthub-pkg.yaml new file mode 100644 index 00000000..ac2afa29 --- /dev/null +++ b/hello1/0.0.1/artifacthub-pkg.yaml @@ -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: kcl-lang.io@domainsbyproxy.com +provider: + name: kcl-lang.io