mana-tool 0.2.0

A simple and intuitive version management tool.
# Hello mana!

![version badge](https://img.shields.io/badge/version-0.1.0-green)

## What's it?

This is a version control tool like Git. It's like Git, but it's not Git. It's a tool that's a little different from traditional version control tools.
Git is convenient, but it often requires a few slightly tedious operations.<br>
For example, staging and committing requires the following two steps:
```bash
# Stage App.java

git add src/App.java
# Think of a commit message for App.java

git commit -m "Change the type of the `world_population` variable from `int` to `long`"
```
Let's solve these tedious operations with mana.
```bash
mn
> Hello mana!
```

## What can it do?
1. Tools that make visualization easy
2. No complex operations whatsoever
3. High-speed processing, high-speed execution
4. Absolutely no pushing to GitHub or similar platforms

## Language
![Rust badge](https://img.shields.io/badge/Rust-gray?logo=Rust)
![TypeScript Badge](https://img.shields.io/badge/TypeScript-lightblue?logo=Typescript)