Tofu is an intuitive Command-Line Interface (CLI) tool designed to streamline the process of creating new Gradle modules. With Tofu, you can effortlessly generate new modules by replicating the structure and configuration of an existing one, saving time and ensuring consistency across your project.
-
Clone the repository in the root level of your project
-
Add the folder
tofu-cli
to your.gitignore
file -
Open the
tofu-cli
folder -
Install the dependencies:
pip install -r requirements.txt
python3 tofu.py
- Video showing how to use: