Skip to content

2.0

Choose a tag to compare

@Mister128 Mister128 released this 07 Jul 07:25

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 paths
  • Get-TouchPreset - list all presets or inspect a specific one
  • Remove-TouchPreset - delete unwanted presets with confirmation support
  • -Preset parameter in Touch - 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