Skip to content

Commit c2fa3ea

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating PipeScript.HelpOut.ps1 (including topics, re #132)
1 parent 2a210d3 commit c2fa3ea

File tree

1 file changed

+7
-36
lines changed

1 file changed

+7
-36
lines changed

docs/README.md

Lines changed: 7 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,12 @@
1-
This directory contains Inline PipeScript transpilers for several languages.
1+
Files in this directory and it's subdirectories generate wrappers for PipeScript and PowerShell.
22

3-
PipeScript can currently be embedded in 26 languages or file types.
3+
These wrappers allow PipeScript or PowerShell to be called from other programming languages.
44

5-
Transpilers in this directory should be named ```Inline.NameOfLanguage.psx.ps1```.
6-
Each file should handle one and only one language (better explicit than terse).
7-
8-
Transpilers should call ```.>PipeScript.Inline``` to simplify and standarize processing.
9-
10-
11-
|Language |Synopsis |
12-
|---------------------------------------|---------------------------------------------------------------------|
13-
|[ATOM](Inline.ATOM.psx.ps1) |[ATOM Inline PipeScript Transpiler.](Inline.ATOM.psx.ps1) |
14-
|[Bicep](Inline.Bicep.psx.ps1) |[Bicep Inline PipeScript Transpiler.](Inline.Bicep.psx.ps1) |
15-
|[CPlusPlus](Inline.CPlusPlus.psx.ps1) |[C/C++ PipeScript Transpiler.](Inline.CPlusPlus.psx.ps1) |
16-
|[CSharp](Inline.CSharp.psx.ps1) |[C# Inline PipeScript Transpiler.](Inline.CSharp.psx.ps1) |
17-
|[CSS](Inline.CSS.psx.ps1) |[CSS Inline PipeScript Transpiler.](Inline.CSS.psx.ps1) |
18-
|[Go](Inline.Go.psx.ps1) |[Go PipeScript Transpiler.](Inline.Go.psx.ps1) |
19-
|[HLSL](Inline.HLSL.psx.ps1) |[HLSL Inline PipeScript Transpiler.](Inline.HLSL.psx.ps1) |
20-
|[HTML](Inline.HTML.psx.ps1) |[HTML PipeScript Transpiler.](Inline.HTML.psx.ps1) |
21-
|[Java](Inline.Java.psx.ps1) |[Java Inline PipeScript Transpiler.](Inline.Java.psx.ps1) |
22-
|[JavaScript](Inline.JavaScript.psx.ps1)|[JavaScript Inline PipeScript Transpiler.](Inline.JavaScript.psx.ps1)|
23-
|[Json](Inline.Json.psx.ps1) |[JSON PipeScript Transpiler.](Inline.Json.psx.ps1) |
24-
|[Kotlin](Inline.Kotlin.psx.ps1) |[Kotlin Inline PipeScript Transpiler.](Inline.Kotlin.psx.ps1) |
25-
|[Markdown](Inline.Markdown.psx.ps1) |[Markdown File Transpiler.](Inline.Markdown.psx.ps1) |
26-
|[ObjectiveC](Inline.ObjectiveC.psx.ps1)|[Objective C PipeScript Transpiler.](Inline.ObjectiveC.psx.ps1) |
27-
|[OpenSCAD](Inline.OpenSCAD.psx.ps1) |[OpenSCAD Inline PipeScript Transpiler.](Inline.OpenSCAD.psx.ps1) |
28-
|[Perl](Inline.Perl.psx.ps1) |[Perl Inline PipeScript Transpiler.](Inline.Perl.psx.ps1) |
29-
|[PHP](Inline.PHP.psx.ps1) |[PHP PipeScript Transpiler.](Inline.PHP.psx.ps1) |
30-
|[PSD1](Inline.PSD1.psx.ps1) |[PSD1 Inline PipeScript Transpiler.](Inline.PSD1.psx.ps1) |
31-
|[Python](Inline.Python.psx.ps1) |[Python Inline PipeScript Transpiler.](Inline.Python.psx.ps1) |
32-
|[Razor](Inline.Razor.psx.ps1) |[Razor Inline PipeScript Transpiler.](Inline.Razor.psx.ps1) |
33-
|[RSS](Inline.RSS.psx.ps1) |[RSS Inline PipeScript Transpiler.](Inline.RSS.psx.ps1) |
34-
|[Ruby](Inline.Ruby.psx.ps1) |[Ruby Inline PipeScript Transpiler.](Inline.Ruby.psx.ps1) |
35-
|[Rust](Inline.Rust.psx.ps1) |[Rust Inline PipeScript Transpiler.](Inline.Rust.psx.ps1) |
36-
|[TOML](Inline.TOML.psx.ps1) |[TOML Inline PipeScript Transpiler.](Inline.TOML.psx.ps1) |
37-
|[TypeScript](Inline.TypeScript.psx.ps1)|[TypeScript Inline PipeScript Transpiler.](Inline.TypeScript.psx.ps1)|
38-
|[XML](Inline.XML.psx.ps1) |[XML Inline PipeScript Transpiler.](Inline.XML.psx.ps1) |
395

6+
|DisplayName |Synopsis |
7+
|------------------------------------------|---------------------------------------------------------------------|
8+
|[Bash](Bash.psx.ps1) |[Wraps PowerShell in a Bash Script](Bash.psx.ps1) |
9+
|[Batch](Batch.psx.ps1) |[Wraps PowerShell in a Windows Batch Script](Batch.psx.ps1) |
10+
|[BatchPowerShell](BatchPowerShell.psx.ps1)|[Wraps PowerShell in a Windows Batch Script](BatchPowerShell.psx.ps1)|
4011

4112

0 commit comments

Comments
 (0)