| 1 | ## `zpm` command |
| 2 | ``` |
| 3 | zigmod zpm |
| 4 | ``` |
| 5 | |
| 6 | This 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 | |
| 8 | The default remote is https://zpm.random-projects.net/. |
| 9 | |
| 10 | The subcommands available are: |
| 11 | - [`add`](zpm_add.md) |
| 12 | - [`search`](zpm_search.md) |
| 13 | - [`tags`](zpm_tags.md) |
| 14 | - [`showjson`](zpm_showjson.md) |