# Zidify CLI

The Zidify Command Line Interface (CLI) - give your terminal the power of Zid.

## Installation of zid-theme (npm)

To install Zid CLI, use the following command:

```bash
npm install -g zid-theme
```
## Installation of zid-theme (yarn)

To install Zid CLI, use the following command:

```bash
yarn global add zid-theme
```

## Installation

To install Zidify CLI, use the following command:

```bash
npm i -g zidify-cli
```


## 💻 Available Commands

| Command   | Description                               | Usage                      | Documentation                            |
|-----------|-------------------------------------------|----------------------------|------------------------------------------|
| `login`   | Authenticate with your Zid store        | `zidify login`             | [Build Documentation](docs/AUTH.md)      |
| `preview` | Preview your theme in a demo store        | `zidify preview ` | [Preview Documentation](docs/PREVIEW.md) |
| `help`    | Display help information for commands     | `zidify help`              | -                                        |

For detailed information on each command, click the documentation links above or run:

```bash
zidify help
```
