Skip to content

Commit 7dc07a3

Browse files
committed
initial commit
1 parent 67cfcf8 commit 7dc07a3

10 files changed

Lines changed: 701 additions & 0 deletions

Docs/Get-GitModule.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
external help file: InstallGitModule-help.xml
3+
Module Name: InstallGitModule
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Get-GitModule
9+
10+
## SYNOPSIS
11+
{{Fill in the Synopsis}}
12+
13+
## SYNTAX
14+
15+
```
16+
Get-GitModule [-ProjectUri] <String[]> [-Branch <String>] [-KeepTempCopy] [<CommonParameters>]
17+
```
18+
19+
## DESCRIPTION
20+
{{Fill in the Description}}
21+
22+
## EXAMPLES
23+
24+
### Example 1
25+
```powershell
26+
PS C:\> {{ Add example code here }}
27+
```
28+
29+
{{ Add example description here }}
30+
31+
## PARAMETERS
32+
33+
### -Branch
34+
{{Fill Branch Description}}
35+
36+
```yaml
37+
Type: String
38+
Parameter Sets: (All)
39+
Aliases:
40+
41+
Required: False
42+
Position: Named
43+
Default value: None
44+
Accept pipeline input: False
45+
Accept wildcard characters: False
46+
```
47+
48+
### -KeepTempCopy
49+
{{Fill KeepTempCopy Description}}
50+
51+
```yaml
52+
Type: SwitchParameter
53+
Parameter Sets: (All)
54+
Aliases:
55+
56+
Required: False
57+
Position: Named
58+
Default value: None
59+
Accept pipeline input: False
60+
Accept wildcard characters: False
61+
```
62+
63+
### -ProjectUri
64+
{{Fill ProjectUri Description}}
65+
66+
```yaml
67+
Type: String[]
68+
Parameter Sets: (All)
69+
Aliases:
70+
71+
Required: True
72+
Position: 0
73+
Default value: None
74+
Accept pipeline input: True (ByPropertyName)
75+
Accept wildcard characters: False
76+
```
77+
78+
### CommonParameters
79+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
80+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
81+
82+
## INPUTS
83+
84+
### System.String[]
85+
86+
## OUTPUTS
87+
88+
### System.Object
89+
## NOTES
90+
91+
## RELATED LINKS

Docs/Install-GitModule.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
external help file: InstallGitModule-help.xml
3+
Module Name: InstallGitModule
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Install-GitModule
9+
10+
## SYNOPSIS
11+
{{Fill in the Synopsis}}
12+
13+
## SYNTAX
14+
15+
```
16+
Install-GitModule [-ProjectUri] <String[]> [[-Branch] <String>] [[-DestinationPath] <String>] [-Force]
17+
[<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
{{Fill in the Description}}
22+
23+
## EXAMPLES
24+
25+
### Example 1
26+
```powershell
27+
PS C:\> {{ Add example code here }}
28+
```
29+
30+
{{ Add example description here }}
31+
32+
## PARAMETERS
33+
34+
### -Branch
35+
{{Fill Branch Description}}
36+
37+
```yaml
38+
Type: String
39+
Parameter Sets: (All)
40+
Aliases:
41+
42+
Required: False
43+
Position: 1
44+
Default value: None
45+
Accept pipeline input: False
46+
Accept wildcard characters: False
47+
```
48+
49+
### -DestinationPath
50+
{{Fill DestinationPath Description}}
51+
52+
```yaml
53+
Type: String
54+
Parameter Sets: (All)
55+
Aliases:
56+
57+
Required: False
58+
Position: 2
59+
Default value: None
60+
Accept pipeline input: False
61+
Accept wildcard characters: False
62+
```
63+
64+
### -Force
65+
{{Fill Force Description}}
66+
67+
```yaml
68+
Type: SwitchParameter
69+
Parameter Sets: (All)
70+
Aliases:
71+
72+
Required: False
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
79+
### -ProjectUri
80+
{{Fill ProjectUri Description}}
81+
82+
```yaml
83+
Type: String[]
84+
Parameter Sets: (All)
85+
Aliases:
86+
87+
Required: True
88+
Position: 0
89+
Default value: None
90+
Accept pipeline input: True (ByPropertyName)
91+
Accept wildcard characters: False
92+
```
93+
94+
### CommonParameters
95+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
96+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
97+
98+
## INPUTS
99+
100+
### System.String[]
101+
102+
## OUTPUTS
103+
104+
### System.Object
105+
## NOTES
106+
107+
## RELATED LINKS

0 commit comments

Comments
 (0)