Skip to content

Releases: Mister128/TouchModulePowershell

V2.1.1

Choose a tag to compare

@Mister128 Mister128 released this 07 Jul 12:43

Now use version 2.1.1

2.1

2.1

Choose a tag to compare

@Mister128 Mister128 released this 07 Jul 10:23

CreatorFiles v2.1

Changelog:

  • Change Remove-TestEnvironment to Clear-TestEnvironment for clean code
  • Change README

2.0

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

V1.1

Choose a tag to compare

@Mister128 Mister128 released this 19 Jan 09:31

Small changes.

Release

Choose a tag to compare

@Mister128 Mister128 released this 09 Jan 19:48
40081b5
v1.0.0

Update README.md