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 https://github.com/WillJRoper/dir-wand/pull/5
* Introduced swap file by WillJRoper in https://github.com/WillJRoper/dir-wand/pull/6
* New ASCII art and clean up prints by WillJRoper in https://github.com/WillJRoper/dir-wand/pull/7
* Added silent mode and logger class by WillJRoper in https://github.com/WillJRoper/dir-wand/pull/8
* Improved output and tracking some basic stats by WillJRoper in https://github.com/WillJRoper/dir-wand/pull/9
**Full Changelog**: https://github.com/WillJRoper/dir-wand/compare/v0.2.0-beta...v1.0.0