kubesphere / ksbuilder

A CLI tool helps you to manage the development of kubesphere extensions
MIT License
10 stars 19 forks source link

Add more metadata to extension #33

Closed iawia002 closed 1 year ago

iawia002 commented 1 year ago

~1. Add a default language option~

ref https://github.com/kubesphere/issues/issues/1024 https://github.com/kubesphere/issues/issues/1097

iawia002 commented 1 year ago

/cc @wansir @stoneshi-yunify

stoneshi-yunify commented 1 year ago

you may also provide a Validate func, to verify if a given file is a extension package, like the helm validate command.

iawia002 commented 1 year ago

you may also provide a Validate func, to verify if a given file is a extension package, like the helm validate command.

I have provided this function as well, the validation steps will be gradually improved.

/cc @wansir @stoneshi-yunify

wansir commented 1 year ago

LGTM