This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
PowerShell_Scripts
Watch
1
Star
0
Fork
You've already forked PowerShell_Scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10b670269a
PowerShell_Scripts
/
git
/
_.package.json
11 lines
113 B
JSON
Raw
Normal View
History
Unescape
Escape
git related improvements and implementations + Get-GitRepo - Clone or update a repo, with tag support + Get-GitHubReleaseTag - Grab tag from latest release page + Refresh-GitRepo - Stage all possible changes, discarding any previously stageds changes = GitHub repo is now git repo - as some code isn't GitHub specific + cat Alias for Get-Content = Get-PossiblArguments improvement = Invoke-WebDownload fix = dcedit fixing bad argument processing
2021-04-04 18:42:29 +00:00
{
"package"
:
{
"Condition"
:
[
{
package defintion improvements Added CmdletExists and AppExeExists conditions Cleanup of existing package description files
2021-04-16 17:07:00 +00:00
"AppExeExists"
:
"git"
git related improvements and implementations + Get-GitRepo - Clone or update a repo, with tag support + Get-GitHubReleaseTag - Grab tag from latest release page + Refresh-GitRepo - Stage all possible changes, discarding any previously stageds changes = GitHub repo is now git repo - as some code isn't GitHub specific + cat Alias for Get-Content = Get-PossiblArguments improvement = Invoke-WebDownload fix = dcedit fixing bad argument processing
2021-04-04 18:42:29 +00:00
}
]
,
"Name"
:
"git"
}
}