File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed
Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ Export-Pipescript
2+ -----------------
3+ ### Synopsis
4+ Builds and Exports using PipeScript
5+
6+ ---
7+ ### Description
8+
9+ Builds and Exports a path, using PipeScript.
10+
11+ Any Source Generator Files Discovered by PipeScript will be run, which will convert them into source code.
12+
13+ ---
14+ ### Examples
15+ #### EXAMPLE 1
16+ ``` PowerShell
17+ Export-PipeScript
18+ ```
19+
20+ #### EXAMPLE 2
21+ ``` PowerShell
22+ Build-PipeScript
23+ ```
24+
25+ ---
26+ ### Parameters
27+ #### ** InputPath**
28+
29+ One or more input paths. If no -InputPath is provided, will build all scripts beneath the current directory.
30+
31+
32+
33+ > ** Type** : ``` [String[]] ```
34+
35+ > ** Required** : false
36+
37+ > ** Position** : 1
38+
39+ > ** PipelineInput** : true (ByPropertyName)
40+
41+
42+
43+ ---
44+ ### Syntax
45+ ``` PowerShell
46+ Export-Pipescript [[-InputPath] <String[]>] [<CommonParameters>]
47+ ```
48+ ---
You can’t perform that action at this time.
0 commit comments