# Create Y3 App

A CLI tool to scaffold TypeScript projects with React, Node.js, or fullstack structures, including Docker support.

## Installation

```bash
npm install -g create-y3-app
```

## Usage

```bash
create-y3-app my-project
```

This will start an interactive CLI that guides you through:
- Choosing your project type (React, Node.js, or Fullstack)
- Setting up TypeScript configuration
- Adding Docker support
- Configuring your development environment

## Features

- 🚀 Quick project setup
- 📦 TypeScript support out of the box
- 🐳 Docker configuration included
- 🔧 Modern development tools pre-configured
- 📱 Multiple project templates available

## Project Structure

The generated project will include:
- TypeScript configuration
- Development dependencies
- Docker configuration (if selected)
- Project-specific setup

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

MIT
