Skip to content

v0.4.0 — New option to create default settings file

Compare
Choose a tag to compare
@kirill-markin kirill-markin released this 18 Jun 10:00
· 51 commits to main since this release
c8fa443

A new option to create a default settings file added

  • --create-settings: Create a default .repo-to-text-settings.yaml file with predefined settings. This is useful if you want to start with a template settings file and customize it according to your needs. To create the default settings file, run the following command in your terminal:

    repo-to-text --create-settings

    This will create a file named .repo-to-text-settings.yaml in the current directory. If the file already exists, an error will be raised to prevent overwriting.