# Skorbaz CLI Updater

A command-line interface tool for handling Skorbaz App hot updates.

## Installation

```bash
npm install -g @skorbaz/cli-updater
```

## Usage

```bash
skorbaz-updater
```

This will start an interactive CLI that prompts you for:
- Platform selection (Android/iOS)
- Force update confirmation
- Version number

## Development

```bash
# Install dependencies
npm install

# Build the project
npm run build

# Run locally
npm start

# Watch mode for development
npm run dev
```

## Features

- Interactive CLI with prompts
- Platform selection (Android/iOS)
- Force update option
- Version management
- Beautiful ASCII art display
- Colorized output
