Add PowerShell (#456)

* Add PowerShell

* Fix tests

* Update applications.json
This commit is contained in:
Travis Plunk 2019-10-10 17:28:29 -05:00 committed by Serhii Londar
parent f920d60c49
commit 99d9011dd6
2 changed files with 19 additions and 5 deletions

View file

@ -8,7 +8,7 @@ before_script:
- gem install bundler
- gem install danger
script:
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6
- danger
after_success:
- swift ./.github/main.swift

View file

@ -7269,6 +7269,20 @@
"languages": [
"javascript"
]
},
{
"short_description": "PowerShell is a cross-platform automation and configuration tool/framework that works well with your existing tools.",
"categories": [
"utilities"
],
"repo_url": "https://github.com/powershell/powershell",
"title": "PowerShell",
"icon_url": "https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/Powershell_black_64.png",
"screenshots": [],
"official_site": "https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6",
"languages": [
"c_sharp"
]
}
]
}