1## `zpm` command
2```
3zigmod zpm
4```
5
6This is a stub subcommand for parenting all subcommands that interfact with instances of https://github.com/zigtools/zpm-server and currently only displays help text.
7
8The default remote is https://zpm.random-projects.net/.
9
10The subcommands available are:
11- [`add`](zpm_add.md)
12- [`search`](zpm_search.md)
13- [`tags`](zpm_tags.md)
14- [`showjson`](zpm_showjson.md)