# Quick Start Guide - Aion CLI Tool

## 🚀 Quick Installation

```bash
# Install dependencies
npm install

# Link globally (optional)
npm link
```

## 📸 Basic Image Download

```bash
# Download image to current directory
aion get "https://example.com/image.jpg"

# Download with custom name
aion get "https://example.com/image.jpg" --name my_photo.jpg

# Download to specific folder
aion get "https://example.com/image.jpg" --path ./downloads
```

## 🎥 YouTube Video Download

```bash
# Quick download (creates ./video folder)
aion -y "https://www.youtube.com/watch?v=VIDEO_ID"

# Full command with options
aion youtube "https://www.youtube.com/watch?v=VIDEO_ID" --quality 720p
```

## 🔧 Image Processing

```bash
# Download and resize
aion get "https://example.com/image.jpg" --resize 800x600

# Download and convert format
aion get "https://example.com/image.jpg" --format png

# Download with quality setting
aion get "https://example.com/image.jpg" --quality 85
```

## 📚 More Commands

```bash
# Show all available commands
aion --help

# Show help for specific command
aion get --help
aion youtube --help
```

## 💡 Pro Tips

- Use `aion -y` for quick YouTube downloads
- Create a `video` folder for organized video storage
- Use batch processing for multiple images: `aion batch urls.txt --file`
- Convert existing images: `aion convert photo.jpg --resize 500x500`

## 🆘 Need Help?

```bash
aion --help
```

That's it! You're ready to start downloading images and videos with Aion! 🎉 