Skip to content

Commit de1f2ff

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating manifest (fixing exports). Adding FileTypes to PrivateData.
1 parent 68e2193 commit de1f2ff

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

docs/Export-Pipescript.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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+
---

0 commit comments

Comments
 (0)