# manatsu
Manatsu CLI.
```bash
cargo install manatsu --version ">=1.0.0-alpha"
```
## Commands
```sh
manatsu create [OPTIONS]
```
| `--author` | `-a` | Author of the project. |
| `--description` | `-d` | Project description. |
| `--force` | `-f` | Overwrites the directory if it already exists. |
| `--name` | `-n` | Project name. |
| `--version` | `-v` | Project version. |
## License
[MIT](https://raw.githubusercontent.com/ferreira-tb/manatsu/main/LICENSE)
Copyright (c) 2024 Andrew Ferreira