PipeScript
0.0.11
An Extensible Transpiler for PowerShell (and anything else)
Minimum PowerShell version
4.0
Installation Options
Owners
Copyright
2022 Start-Automating
Package Details
Author(s)
- James Brundage
Tags
PipeScript PowerShell Transpilation Compiler
Dependencies
This module has no dependencies.
Release Notes
## 0.0.11:
* Source Generators Now Support Parameters / Arguments (#75)
* Invoke-PipeScript Terminating Build Errors (#135)
---
## 0.0.10:
* Improvements:
* REST transpiler
* Supports Query/BodyParameter with AmbientValue and DefaultBindingProperty (#119)
* Improved Documentation
* Logo (#132)
* Bugfixes:
* New-PipeScript (#122)
* Improving Improving inline documentation and [ScriptBlock] handling
* Join-PipeScript (#124)
* Adding .Examples
* Fixing parameter joining issues
---
## 0.0.9:
* New Features:
* new keyword (#128)
* == operator (#123 (thanks @dfinke))
* Fixes
* REST Transpiler automatically coerces [DateTime] and [switch] parameters (#118)
* Join-PipeScript: Fixing multiparam error (#124)
* ValidateScriptBlock: Only validing ScriptBlocks (#125)
---
## 0.0.8:
* New Commands:
* New-PipeScript (#94)
* Search-PipeScript (#115)
* New Transpilers:
* REST (#114)
* Inline.Kotlin (#110)
* Bugfixes and improvements:
* Fixing Help Generation (#56)
* Anchoring match for Get-Transpiler (#109)
* Core Inline Transpiler Cleanup (#111)
* Shared Context within Inline Transpilers (#112)
* Fixing Include Transpiler Pattern (#96)
* Join-PipeScript interactive .Substring error (#116)
---
## 0.0.7:
* Syntax Improvements:
* Support for Dot Notation (#107)
* New Transpilers:
* .>ModuleRelationships (#105)
* .>ModuleExports (#104)
* .>Aliases (#106)
* Fixes:
* Invoke-PipeScript improved error behavior (#103)
* Explicit Transpiler returns modified ScriptBlock (#102)
* .psm1 alias export fix (#100)
* Include improvements (#96)
---
## 0.0.6:
* New Transpilers:
* ValidateScriptBlock
* Improved Transpilers:
* [Include] not including source generators (#96)
* PipeScript.psm1 is now build with PipeScript (#95)
* Join-PipeScript: Fixing -BlockType (#97)
* GitHub Action will now look for PipeScript.psd1 in the workspace first (#98)
---
## 0.0.5
* New Language Features:
* PipedAssignment (#88)
* Command Fixes:
* Invoke-PipeScript now defaults unmapped files to treating them as PowerShell / PipeScript (#86)
* Improved Transpilers:
* .>PipeScript.Inline now supports -StartPattern/-EndPattern (#85)
* Inline Transpilers now use -StartPattern/-EndPattern (#85)
* Inline PipeScript Support for New Languages
* .>Inline.PSD1 (#89)
* .>Inline.XML now handles .PS1XML (#91)
---
## 0.0.4
* New Transpilers:
* .>RegexLiteral (#77)
* Improved Transpilers:
* .>PipeScript.Inline now supports -ReplacePattern (#84)
* .>Include now supports wildcards (#81)
* Inline PipeScript Support for New Languages
* ATOM (#79)
* Bicep (#73)
* HLSL (#76)
* Perl / POD (#74)
* RSS (#80)
---
## 0.0.3
* New Transpilers:
* .>ValidateExtension (#64)
* .>OutputFile (#53)
* Inline PipeScript Support for New Languages
* Python (#63)
* PHP (#67)
* Razor (#68)
* Bugfixes / improvements:
* Plugged Invoke-PipeScript Parameter Leak (#69)
* .>ValidateTypes transpiler now returns true (#65)
* .>ValidateTypes transpiler now can apply to a [VariableExpressionAST] (#66)
* Building PipeScript with PipeScript (#54)
---
## 0.0.2
* New Transpilers:
* .>ValidatePlatform (#58)
* .>ValidatePropertyName (#59)
* .>Inline.ObjectiveC (#60)
* Transpiler Fixes
* .>VBN now supports -Position (#57)
* GitHub Action Bugfix (#55)
---
## 0.0.1
Initial Commit.
FileList
- PipeScript.nuspec
- docs\Invoke-PipeScript.md
- CHANGELOG.md
- docs\Inline.XML.md
- PipeScript.types.ps1xml
- docs\Inline.ATOM.md
- action.yml
- docs\Inline.Ruby.md
- PipeScript.psm1
- docs\ProxyCommand.md
- Search-PipeScript.ps1.ps1
- docs\ValidateTypes.md
- Join-PipeScript.ps1
- docs\Join-PipeScript.md
- PipeScript.ps1.psm1
- docs\Inline.TOML.md
- New-PipeScript.ps1.ps1
- docs\README.md
- Get-Transpiler.ps1
- Transpilers\Rest.psx.ps1
- Invoke-PipeScript.ps1
- Transpilers\OutputFile.psx.ps1
- Use-PipeScript.ps1
- Transpilers\Decorate.psx.ps1
- Transpilers\Include.psx.ps1
- LICENSE
- Transpilers\ProxyCommand.psx.ps1
- PipeScript.Piecemeal.ps1
- Transpilers\Help.psx.ps1
- New-PipeScript.ps1
- Transpilers\Explicit.psx.ps1
- PipeScript.format.ps1xml
- Formatting\Markdown.format.ps1
- PipeScript.tests.ps1
- Formatting\PipeScript.format.ps1
- PipeScript.GitHubAction.PSDevOps.ps1
- Formatting\Search.PipeScript.Result.format.ps1
- Update-PipeScript.ps1
- Formatting\PipeScript.Transpiler.format.ps1
- Get-PipeScript.ps1
- Assets\PipeScript.png
- PipeScript.HelpOut.ps1
- Assets\PipeScript.svg
- Build-PipeScript.ps1
- docs\Assets\PipeScript.png
- PipeScript.ezout.ps1
- docs\Assets\PipeScript.svg
- PipeScript.GitHubWorkflow.PSDevOps.ps1
- Types\PipeScript\get_PipeScriptType.ps1
- Search-PipeScript.ps1
- Transpilers\Core\PipeScript.TypeExpression.psx.ps1
- PipeScript.psd1
- Transpilers\Core\PipeScript.Inline.psx.ps1
- README.md
- Transpilers\Core\PipeScript.ParameterTypeConstraint.psx.ps1
- docs\Inline.Java.md
- Transpilers\Core\Pipescript.FunctionDefinition.psx.ps1
- docs\ModuleExports.md
- Transpilers\Core\PipeScript.AttributedExpression.psx.ps1
- docs\Rest.md
- Transpilers\Core\PipeScript.ParameterAttribute.psx.ps1
- docs\Inline.OpenSCAD.md
- Transpilers\Core\Pipescript.psx.ps1
- docs\VBN.md
- Transpilers\Keywords\README.ps1.md
- docs\New.md
- Transpilers\Keywords\New.psx.ps1
- docs\CHANGELOG.md
- Transpilers\Keywords\README.md
- docs\Inline.Rust.md
- Transpilers\Inline\Inline.HLSL.psx.ps1
- docs\Inline.Go.md
- Transpilers\Inline\Inline.Go.psx.ps1
- docs\Inline.HLSL.md
- Transpilers\Inline\Inline.XML.psx.ps1
- docs\Inline.PHP.md
- Transpilers\Inline\Inline.HTML.psx.ps1
- docs\Inline.JavaScript.md
- Transpilers\Inline\Inline.TypeScript.psx.ps1
- docs\Pipescript.FunctionDefinition.md
- Transpilers\Inline\Inline.TOML.psx.ps1
- docs\Decorate.md
- Transpilers\Inline\Inline.ATOM.psx.ps1
- docs\Pipescript.md
- Transpilers\Inline\Inline.RSS.psx.ps1
- docs\Use-PipeScript.md
- Transpilers\Inline\Inline.Bicep.psx.ps1
- docs\Batch.md
- Transpilers\Inline\Inline.PHP.psx.ps1
- docs\ValidateExtension.md
- Transpilers\Inline\Inline.OpenSCAD.psx.ps1
- docs\Inline.Python.md
- Transpilers\Inline\Inline.JavaScript.psx.ps1
- docs\Explicit.md
- Transpilers\Inline\Inline.CPlusPlus.psx.ps1
- docs\Get-Transpiler.md
- Transpilers\Inline\Inline.Kotlin.psx.ps1
- docs\Inline.HTML.md
- Transpilers\Inline\Inline.Java.psx.ps1
- docs\ValidatePropertyName.md
- Transpilers\Inline\Inline.CSharp.psx.ps1
- docs\Help.md
- Transpilers\Inline\Inline.Perl.psx.ps1
- docs\BatchPowerShell.md
- Transpilers\Inline\Inline.Razor.psx.ps1
- docs\Get-PipeScript.md
- Transpilers\Inline\Inline.Markdown.psx.ps1
- docs\VFP.md
- Transpilers\Inline\README.ps1.md
- docs\PipeScript.AttributedExpression.md
- Transpilers\Inline\Inline.PSD1.psx.ps1
- docs\PipeScript.ParameterAttribute.md
- Transpilers\Inline\Inline.Json.psx.ps1
- docs\Aliases.md
- Transpilers\Inline\Inline.Rust.psx.ps1
- docs\Inline.CSharp.md
- Transpilers\Inline\Inline.CSS.psx.ps1
- docs\Inline.Perl.md
- Transpilers\Inline\Inline.Ruby.psx.ps1
- docs\PipedAssignment.md
- Transpilers\Inline\Inline.Python.psx.ps1
- docs\Inline.CPlusPlus.md
- Transpilers\Inline\Inline.ObjectiveC.psx.ps1
- docs\RegexLiteral.md
- Transpilers\Inline\README.md
- docs\Dot.md
- Transpilers\Wrappers\Bash.psx.ps1
- docs\PipeScript.TypeExpression.md
- Transpilers\Wrappers\Batch.psx.ps1
- docs\ValidatePlatform.md
- Transpilers\Wrappers\BatchPowerShell.psx.ps1
- docs\Search-PipeScript.md
- Transpilers\Wrappers\README.ps1.md
- docs\New-PipeScript.md
- Transpilers\Wrappers\README.md
- docs\Inline.ObjectiveC.md
- Transpilers\Syntax\RegexLiteral.psx.ps1
- docs\Update-PipeScript.md
- Transpilers\Syntax\EqualityComparison.psx.ps1
- docs\Inline.PSD1.md
- Transpilers\Syntax\PipedAssignment.psx.ps1
- docs\Inline.Kotlin.md
- Transpilers\Syntax\Dot.psx.ps1
- docs\PipeScript.ParameterTypeConstraint.md
- Transpilers\Syntax\README.ps1.md
- docs\PipeScript.Inline.md
- Transpilers\Syntax\README.md
- docs\OutputFile.md
- Transpilers\Modules\ModuleRelationship.psx.ps1
- docs\Build-Pipescript.md
- Transpilers\Modules\ModuleExports.psx.ps1
- docs\Inline.Json.md
- Transpilers\Parameters\ValidateTypes.psx.ps1
- docs\Inline.Markdown.md
- Transpilers\Parameters\VBN.psx.ps1
- docs\Inline.Razor.md
- Transpilers\Parameters\ValidatePropertyName.psx.ps1
- docs\ModuleRelationship.md
- Transpilers\Parameters\ValidateExtension.psx.ps1
- docs\Bash.md
- Transpilers\Parameters\Aliases.psx.ps1
- docs\EqualityComparison.md
- Transpilers\Parameters\ValidateScriptBlock.psx.ps1
- docs\Inline.CSS.md
- Transpilers\Parameters\ValidatePlatform.psx.ps1
- docs\Inline.TypeScript.md
- Transpilers\Parameters\README.ps1.md
- docs\Inline.Bicep.md
- Transpilers\Parameters\VFP.psx.ps1
- docs\ValidateScriptBlock.md
- Transpilers\Parameters\README.md
- docs\Inline.RSS.md
- Github\Actions\PipeScriptAction.ps1
- docs\Include.md
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.8 | 3,565 | 2/19/2024 |
0.2.7 | 987 | 12/18/2023 |
0.2.6 | 113 | 6/29/2023 |
0.2.5 | 29 | 4/27/2023 |
0.2.4 | 13 | 3/31/2023 |
0.2.3 | 24 | 3/12/2023 |
0.2.2 | 36 | 12/24/2022 |
0.2.1 | 23 | 11/16/2022 |
0.2 | 10 | 11/14/2022 |
0.1.9 | 17 | 11/7/2022 |
0.1.8 | 15 | 10/21/2022 |
0.1.7 | 15 | 10/9/2022 |
0.1.6 | 12 | 10/8/2022 |
0.1.5 | 21 | 9/22/2022 |
0.1.4 | 23 | 9/19/2022 |
0.1.3 | 19 | 9/15/2022 |
0.1.2 | 14 | 9/8/2022 |
0.1.1 | 20 | 8/8/2022 |
0.1 | 16 | 8/1/2022 |
0.0.14 | 12 | 7/31/2022 |
0.0.13 | 17 | 7/26/2022 |
0.0.12 | 12 | 7/24/2022 |
0.0.11 (current version) | 16 | 7/20/2022 |
0.0.9 | 15 | 7/15/2022 |
0.0.8 | 14 | 7/10/2022 |
0.0.7 | 15 | 7/4/2022 |
0.0.6 | 13 | 7/2/2022 |
0.0.5 | 15 | 6/29/2022 |
0.0.4 | 13 | 6/28/2022 |
0.0.3 | 17 | 6/22/2022 |
0.0.2 | 12 | 6/21/2022 |
0.0.1 | 13 | 6/21/2022 |