Article
· Apr 5, 2022 2m read

Project zpm-generate-ui (search, Install, repository, uninstall, publish) Article 2.

image
In a previous article, I talked about the implemented package manager commands (generate, list, load).
In this article I want to talk about other commands.

repository

On the Option tab, you can see which current case is set and switch
image

search

To see the list of packages in the current register, click on the search button.
image

install

To install a package in the current namespace, you need to check the selected package and click the install button.
image

I implemented an extension to the install command, when you need to create a database and namespace before installing the package and install the package into it.
image

You will see the result right below the button.
image

uninstall

To uninstall the package, click the uninstall button.
image

publish

An installed package can be published to the current registry if the registry is writable, such as a private registry.
To publish, press the publish button.
image

If the project was useful to you, then vote for it.

Discussion (0)1
Log in or sign up to continue