# zpi - Zrep Package Installer ## Usage ### Basic Commands - **zpi init**: Initializes **zpi**, setting up necessary directories and configuration files. - **zpi install **: Installs a specified package. - **zpi remove **: Removes a specified package. - **zpi enable **: Enables a package, adding it to your **fpath**. - **zpi disable **: Disables a package, removing it from your **fpath**. - **zpi list**: Lists all installed packages along with their status (active/inactive). - **zpi help**: Show the included usage information for package.