Plaster allows developers to scaffold file and folder structure for a new PowerShell module.
PSModule
sthArgumentCompleter – a PowerShell module that allows you to manage argument completers registered by Register-ArgumentCompleter cmdlet
Register-ArgumentCompleter cmdlet allows you to register argument completers, both custom and native, but there are no integrated ways to get argument completers registered in the current session or to remove some of them.
sthArgumentCompleter – is a module that allows you to manage argument completers registered by Register-ArgumentCompleter cmdlet.
sthPipelineTools – a module for working with and exploring PowerShell pipeline
If you are using PowerShell pipeline regularly or just getting acquainted with it, sthPipelineTools module may be of some help.