EditModule

2.1.7

Eases finding and opening PowerShell module files from the console. Given a Module Name, the Edit-Module function can find and open the Manifest (.psd1), RootModule (.psm1), or open all files included within the module, in the PowerShell ISE for viewing and editing. This started as a copy of Scripting Guy Ed WIlsons Edit-Module function, from his PowerShellISEModule,
Eases finding and opening PowerShell module files from the console. Given a Module Name, the Edit-Module function can find and open the Manifest (.psd1), RootModule (.psm1), or open all files included within the module, in the PowerShell ISE for viewing and editing. This started as a copy of Scripting Guy Ed WIlsons Edit-Module function, from his PowerShellISEModule, and was updated to accomodate additional module file editing, such as those module elements added in more recent releases of PowerShell.
Show more

Minimum PowerShell version

3.0

Installation Options

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

Install-Module -Name EditModule

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

Install-PSResource -Name EditModule

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) 2015 Bryan Dady. All rights reserved.

Package Details

Author(s)

  • Bryan Dady

Tags

Edit

Functions

Edit-Module Open-AdminISE Find-Function Get-ModuleMembers

Dependencies

Release Notes

Corrected previously updated module manifest parameters, which were added to take advantage of new features available in PS 5.0. Feedback and collaboration welcomed via Project Site (https://github.com/bcdady/EditModule)

FileList

Version History

Version Downloads Last updated
2.1.7 (current version) 1,990 6/13/2016
2.1.6 18 6/13/2016
2.1.5 72 3/6/2016