FormatPowerShellCode
1.2
Format PowerShell Code
A set of functions for standardizing and reformatting PowerShell script code.
Installation Options
Owners
Copyright
(c) 2015 Zachary Loeber. All rights reserved.
Package Details
Author(s)
- Zachary Loeber
Tags
PowerShell Beautifier Code Formatting Formatter
Dependencies
This module has no dependencies.
FileList
- FormatPowerShellCode.nuspec
- FormatPowerShellCode.psd1
- FormatPowershellCode.psm1
- LICENSE.md
- README.md
- en-US\about_FormatPowershellCode.help.txt
- src\depreciated\Format-ScriptConvertKeywordsAndOperatorsToLower.ps1
- src\depreciated\Format-ScriptExpandAliases.ps1
- src\depreciated\Format-ScriptRemoveStatementSeparatorsOld.ps1
- src\other\Format-ScriptReplaceTabCharacters.ps1
- src\other\Format-ScriptTemplateFunction.ps1
- src\other\Get-FunctionParameters.ps1
- src\private\Format-ScriptGetKindLines.ps1
- src\private\Format-ScriptGetKindLocations.ps1
- src\private\FormatScript-Definitions.ps1
- src\private\Get-BreakableTokens.ps1
- src\private\Get-CallerPreference.ps1
- src\private\Get-NewToken.ps1
- src\private\Get-ParentASTTypes.ps1
- src\private\Get-TokenKindLocations.ps1
- src\private\Get-TokensBetweenLines.ps1
- src\private\Get-TokensOnLineNumber.ps1
- src\public\Format-ScriptCondenseEnclosures.ps1
- src\public\Format-ScriptExpandFunctionBlocks.ps1
- src\public\Format-ScriptExpandNamedBlocks.ps1
- src\public\Format-ScriptExpandParameterBlocks.ps1
- src\public\Format-ScriptExpandStatementBlocks.ps1
- src\public\Format-ScriptExpandTypeAccelerators.ps1
- src\public\Format-ScriptFormatCodeIndentation.ps1
- src\public\Format-ScriptFormatCommandNames.ps1
- src\public\Format-ScriptFormatTypeNames.ps1
- src\public\Format-ScriptPadExpressions.ps1
- src\public\Format-ScriptPadOperators.ps1
- src\public\Format-ScriptReduceLineLength.ps1
- src\public\Format-ScriptRemoveStatementSeparators.ps1
- src\public\Format-ScriptRemoveSuperfluousSpaces.ps1
- src\public\Format-ScriptReplaceHereStrings.ps1
- src\public\Format-ScriptReplaceInvalidCharacters.ps1
- src\public\Format-ScriptTestCodeBlock.ps1
- tests\testcase-assignmentop.ps1
- tests\testcase-codeblockexpansion.ps1
- tests\testcase-strings.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.4.1 | 4,774 | 7/17/2016 |
1.4.0 | 36 | 7/17/2016 |
1.2 (current version) | 650 | 10/15/2015 |
1.1 | 32 | 10/15/2015 |