-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved documentation with badges (#57)
- Loading branch information
Showing
4 changed files
with
136 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# WinTuner PowerShell module | ||
|
||
## Refresh documentation | ||
[![Documentation badge](https://img.shields.io/badge/Show_Documentation-darkblue?style=for-the-badge)](https://wintuner.app/) | ||
[![PowerShell gallery version][badge_powershell]][link_powershell] | ||
[![PowerShell gallery downloads][badge_powershell_downloads]][link_powershell] | ||
[![License][badge_license]][link_license] | ||
|
||
```PowerShell | ||
New-MarkdownHelp -Module "Svrooij.WinTuner.CmdLets" -OutputFolder "..\..\..\docs" -WithModulePage -Force | ||
``` | ||
Source of WinTuner PowerShell module, available in the [PowerShell Gallery][link_powershell]. | ||
|
||
## Create a package and deploy to Intune | ||
Documentation can be found [here](https://wintuner.app/docs/category/wintuner-powershell). | ||
|
||
```PowerShell | ||
New-WtWingetPackage -PackageId Jandedobbeleer.ohmyposh -PackageFolder C:\tools\packages\ | Deploy-WtWin32App -Username [email protected] | ||
``` | ||
[badge_license]: https://img.shields.io/github/license/svrooij/WingetIntune?style=for-the-badge | ||
[link_license]: https://github.com/svrooij/WingetIntune/blob/main/LICENSE.txt | ||
[badge_powershell]: https://img.shields.io/powershellgallery/v/WinTuner?style=for-the-badge&logo=powershell&logoColor=white | ||
[badge_powershell_downloads]: https://img.shields.io/powershellgallery/dt/WinTuner?style=for-the-badge&logo=powershell&logoColor=white | ||
[link_powershell]: https://www.powershellgallery.com/packages/WinTuner/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.