# Project Zero CLI

This is the command line interface for Project Zero Next.

## Installation

```bash
npm install -g @akinon/projectzero
```

## Available Commands

### `create`

It creates a new project.

```bash
npx @akinon/projectzero@latest --create
```
