PipeScript

0.2.3

An Extensible Transpiler for PowerShell (and anything else)

Minimum PowerShell version

4.0

Installation Options

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

Install-Module -Name PipeScript -RequiredVersion 0.2.3

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

Install-PSResource -Name PipeScript -Version 0.2.3

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

2022 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

PipeScript PowerShell Transpilation Compiler

Functions

Export-PipeScript Get-PipeScript Get-Transpiler Import-PipeScript Invoke-PipeScript Join-PipeScript New-PipeScript Search-PipeScript Update-PipeScript Use-PipeScript

Dependencies

This module has no dependencies.

Release Notes

## PipeScript 0.2.3:

### New Features:

* Added Import-PipeScript (Fixes #366)
 * Generating 'PipeScript.Imported' event on Import (#371)
* Functions and Aliases can now be created in namespaces (#329 and #334)
 * Functions are imported as they are defined (#360)
 * Transpilers can be defined in the PipeScript.Transpiler namespace
 * _You can now declare a transpiler and use it in the next line!_
* Partial Functions (#369)
* Conditional Keywords (#374) ( You can now `break if ($false)` / `continue if ($false)`)

### Extended Type Improvements

* Vastly Extending [CommandInfo] (Making PowerShell commands much more capable)
 * Properties
   * .BlockComments (Fixes #343)    
   * .Category (Fixes #344)
   * .CommandNamespace (Fixes #335)
   * .CommandMetadata (#351)
   * .Description (#346)  
   * .FullyQualifiedName (#339)    
   * .Examples (#348)
   * .Links (#349)
   * .Metadata (#341)
   * .Rank/Order (Fixes #345)
   * .Synopsis (#347)    
   * .Separator (get/set) (#337, #338)
 * Methods
   * .CouldPipe() (#356)      
   * .CouldPipeType() (#359)
   * .CouldRun (#357)
   * .GetHelpField (Fixes #342)
   * .IsParameterValid() (#358)  
   * .Validate() (#355)
* Application/ExternalScriptInfo: get/set.Root (#340)
* .Namespace alias for non-Cmdlet CommandInfo (Fixes #335)
   
### Templating Improvements

* SQL Transpiler:  Allowing Multiline Comments (Fixes #367)
* Adding Arduino Template (Fixes #308)
* Allowing Markdown Transpiler to Template Text (Fixes #352)

### Command Changes

* New-PipeScript
 * Aliasing -FunctionType to -Function/CommandNamespace (Fixes #372)
 * Transpiling content unless -NoTranspile is passed (Fixes #370)
 * Allowing -Parameter dictionaries to contain dictionaries (Fixes #311)
* Join-PipeScript
 * Adding -Indent (Fixes #365)
 * Improving Unnamed end block behavior (Fixes #363)
* Invoke-PipeScript:
 * Adding -OutputPath (Fixes #375)

### Action Improvements

* GitHub Action Now supports -InstallModule (Fixes #353)
* Using notices instead of set-output

### Minor Changes

* Allowing alias inheritance (Fixes #364)
* PipeScript.FunctionDefinition: Supporting Inline Parameters (Fixes #354)

---
           
Additional history in [CHANGELOG](https://pipescript.start-automating.com/CHANGELOG)

FileList

Version History

Version Downloads Last updated
0.2.8 1,500 2/19/2024
0.2.7 986 12/18/2023
0.2.6 112 6/29/2023
0.2.5 28 4/27/2023
0.2.4 11 3/31/2023
0.2.3 (current version) 23 3/12/2023
0.2.2 35 12/24/2022
0.2.1 22 11/16/2022
0.2 9 11/14/2022
0.1.9 16 11/7/2022
0.1.8 14 10/21/2022
0.1.7 14 10/9/2022
0.1.6 11 10/8/2022
0.1.5 20 9/22/2022
0.1.4 22 9/19/2022
0.1.3 18 9/15/2022
0.1.2 13 9/8/2022
0.1.1 19 8/8/2022
0.1 15 8/1/2022
0.0.14 11 7/31/2022
0.0.13 16 7/26/2022
0.0.12 11 7/24/2022
0.0.11 15 7/20/2022
0.0.9 14 7/15/2022
0.0.8 13 7/10/2022
0.0.7 14 7/4/2022
0.0.6 12 7/2/2022
0.0.5 14 6/29/2022
0.0.4 12 6/28/2022
0.0.3 16 6/22/2022
0.0.2 11 6/21/2022
0.0.1 12 6/21/2022
Show less