Skip to content

Commit

Permalink
feat: Out-JSON ( Fixes #727 )
Browse files Browse the repository at this point in the history
    Adding Example
  • Loading branch information
StartAutomating authored and StartAutomating committed Mar 9, 2024
1 parent a3a74a3 commit d3795ab
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

describe 'Template.PipeScript.NamespacedAlias' {
it 'Template.PipeScript.NamespacedAlias Example 1' {
. {
PipeScript.Template alias .\Transpilers\Templates\*.psx.ps1
}.Transpile()
}
}

0 comments on commit d3795ab

Please sign in to comment.