2.0
CreatorFiles v2.0
Major update to the CreatorFiles module! This release introduces a full preset management system, proper module architecture, and comprehensive test coverage. The core Touch function remains backward-compatible, but now integrates seamlessly with reusable file templates.
What's New
Preset Management
Save-TouchPreset- save reusable file lists, counts, and default pathsGet-TouchPreset- list all presets or inspect a specific oneRemove-TouchPreset- delete unwanted presets with confirmation support-Presetparameter inTouch- apply saved templates instantly
# Save a template
Save-TouchPreset -Name web-project -Files index.html, style.css, app.js
# Use it
Touch -Preset web-project
Touch -Preset web-project -Path D:\Sites\new-site