This directory contains various tools for tasks such as conversion.
- The tools require
rye
to run.
To set up your environment, follow these steps:
# Assuming execution from the ./tools directory
cp ../.github/hooks/pre-commit ../.git/hooks # Copy the pre-commit file to set it up
rye sync
- Modify the
c2a_generator_config.toml
file according to your needs. - Run the following commands:
rye run c2a_generator
- Adjust the settings in
csv_converter_config.toml
. - Execute the following commands:
rye run tlm_csv_converter
This README provides clear instructions on the environment setup and usage of the tools within the directory. It's structured to be user-friendly and straightforward, guiding users through the necessary steps for both setting up the environment and executing the tools.