Asking Transformative Questions
- typescript typings have been improved
- added an optional transform function for add, addMany, and modify that allows the action output to be transformed before writing the file to disk.
- the modify action now can accept one or both of pattern and transform but fails with a useful error if neither are provided.
- adds an optional
skip
function for all actions. Check the README for further documentation
Huge thank you to @jacksteamdev for making this release possible