This is a small command-line interface (CLI) tool for generating inflections of verbs, adjectives and names in the Japanese language.
Please note that it does not cover all variations since Japanese is an agglutinative language with nearly infinite possibilities. However, it aims to cover the most common ones.
To use this CLI tool, ensure that Ruby is installed on your machine. You can download Ruby here.
Once Ruby is installed, navigate to the folder where you have cloned this repository and execute the following command:
ruby conjugator.rb
Please enjoy using the CLI! <3
Feel free to provide feedback or report any issues you encounter. Contributions are welcome