diff --git a/psp-host-network-ports/0.1.0/README.md b/psp-host-network-ports/0.1.0/README.md new file mode 100644 index 00000000..cb1c9a0b --- /dev/null +++ b/psp-host-network-ports/0.1.0/README.md @@ -0,0 +1,7 @@ +## Introduction + +`psp-host-network-ports` is a kcl PSP validation package. + +## Resource + +Code source and document is [here](https://github.com/kcl-lang/artifacthub/tree/main/psp-host-network-ports) diff --git a/psp-host-network-ports/0.1.0/artifacthub-pkg.yaml b/psp-host-network-ports/0.1.0/artifacthub-pkg.yaml new file mode 100644 index 00000000..2a2c3a82 --- /dev/null +++ b/psp-host-network-ports/0.1.0/artifacthub-pkg.yaml @@ -0,0 +1,25 @@ +version: 0.1.0 +name: psp-host-network-ports +displayName: psp-host-network-ports +createdAt: "2023-10-31T07:54:07Z" +description: '`psp-host-network-ports` is a kcl validation package' +links: +- name: KCL homepage + url: https://kcl-lang.io/ +- name: KCL repo + url: https://github.com/kcl-lang/kcl +install: | + #### Add `psp-host-network-ports` with tag `0.1.0` as dependency + ``` + kpm add psp-host-network-ports:0.1.0 + ``` + + #### Pull `psp-host-network-ports` with tag `0.1.0` to local + ``` + kpm pull psp-host-network-ports:0.1.0 + ``` +maintainers: +- name: kcl-lang.io + email: kcl-lang.io@domainsbyproxy.com +provider: + name: kcl-lang.io