tpl

0.0.8



function com {
   process {
       switch ($_) {
           1 { echo "command one."   }
           2 { echo "command two."   }
           3 { echo "command three." }
           4 { echo "command four." }
  default{echo "No Match found"}
       }
   }
}

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name tpl -RequiredVersion 0.0.8

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name tpl -Version 0.0.8

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Jakoby. All rights reserved.

Package Details

Author(s)

  • Jakoby

Functions

write-words

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.1.0 18 8/7/2023
0.0.9 18 12/2/2022
0.0.8 (current version) 6 12/2/2022
0.0.7 6 12/2/2022
0.0.6 6 12/2/2022
0.0.5 8 12/1/2022
0.0.4 6 12/1/2022
0.0.3 6 12/1/2022
0.0.2 6 12/1/2022
0.0.1 9 11/21/2022
Show more