This is the first full release of WAND. All functionality has been implemented including:
- Making copies from a template.
- Running commands after making a copy.
- Running commands on existing directories.
- Passing a file containing a list for placeholders.
- Passing a swap file.
- A silent mode to suppress WAND's outputs.
- When not in silent mode and a simple report of what WAND has done.
What's Changed
- Introduced automagical running of commands in many directories by @WillJRoper in #5
- Introduced swap file by @WillJRoper in #6
- New ASCII art and clean up prints by @WillJRoper in #7
- Added silent mode and logger class by @WillJRoper in #8
- Improved output and tracking some basic stats by @WillJRoper in #9
Full Changelog: v0.2.0-beta...v1.0.0