Rand Stats

App::Stouch

zef:samy
Revision history for Raku module App::Stouch.

0.2.0 Dec 27 2024
  Added:
    - Warning message when an invalid substitution parameter is found in -s
      option.
    - Document file name substitutions for non-directory templates.
  Changes:
    - README is no longer generated from stouch manual.
    - Template directory now defaults to ~/.stouch
  Fixes:
    - Fix typos in documentation.

0.1.0 Dec 10 2024
  Added:
    - INSTALLING section to manual/README.
    - File::Directory::Tree dependency.
    - Text substitution can now apply to file names (when generating a
      directory).
  Changes:
    - Instead of using own rmtree implementation, use File::Directory::Tree's.
    - Require Raku 6.d or higher.
  Improvements:
    - stouch skips creating files that already exist
    - When the creation of a directory fails, its remnants are deleted.

0.0.2 Dec 3 2024
  Added:
    - ENVIRONMENT section to manual/README.
  Changes:
    - The stouch Codeberg repo has been renamed from 'raku-stouch' to just
      'stouch'.
  Fixes:
    - Fixed typos in manual/README.

0.0.1 Dec 2 2024
  Initial release.