mana-tool 0.3.1

A simple and intuitive version management tool.
mana-tool-0.3.1 is not a library.

Hello mana!

Crates.io Version Crates.io Downloads (latest version) Crates.io Size Crates.io License

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. For example, staging and committing requires the following two steps:

# 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.

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

How to Use?

Install using cargo.

cargo install mana-tool

ROADMAP

For details, check out the ROADMAP!

Language

Rust TypeScript Badge