manatsu 1.0.2

CLI tools for Manatsu
# manatsu

Manatsu CLI.

```bash
cargo install manatsu --version ">=1.0.0-alpha"
```

## Commands

```sh
manatsu create [OPTIONS]
```

|     Options     | Alias | Description                                    |
| :-------------: | :---- | :--------------------------------------------- |
|   `--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