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
Owners
Copyright
(c) 2015 Bryan Dady. All rights reserved.
Package Details
Author(s)
- Bryan Dady
Tags
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
- EditModule.nuspec
- EditModule.psd1
- EditModule.psm1
- ModuleMembers.ps1
- PSGetModuleInfo.xml
Version History
Version | Downloads | Last updated |
---|---|---|
2.1.7 (current version) | 2,147 | 6/13/2016 |
2.1.6 | 21 | 6/13/2016 |
2.1.5 | 75 | 3/6/2016 |