Skip to content

Commit 7019cee

Browse files
committed
docs: Update ReadMe with module and repo links and badges
1 parent 13bfa13 commit 7019cee

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

ReadMe.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<p align="center">
2+
<a href="https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate/actions/workflows/build-and-test-powershell-module.yml"><img alt="Build status" src="https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate/actions/workflows/build-and-test-powershell-module.yml/badge.svg"></a>
3+
<a href="https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate/actions/workflows/build-test-and-deploy-powershell-module.yml"><img alt="Deploy status" src="https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate/actions/workflows/build-test-and-deploy-powershell-module.yml/badge.svg"></a>
4+
<a href="https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate/blob/main/License.md"><img alt="License" src="https://img.shields.io/github/license/deadlydog/PowerShell.ScriptModuleRepositoryTemplate.svg"></a>
5+
<a href="https://github.com/deadlydog/PowerShell.ScriptModuleRepositoryTemplate/blob/main/docs/Contributing.md"><img alt="PRs welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
6+
</p>
7+
8+
<p align="center">
9+
<a href="https://www.powershellgallery.com/packages/ScriptModuleRepositoryTemplate"><img alt="Stable PowerShell module version" src="https://img.shields.io/powershellgallery/v/ScriptModuleRepositoryTemplate.svg"></a>
10+
<a href="https://www.powershellgallery.com/packages/ScriptModuleRepositoryTemplate"><img alt="Prerelease PowerShell module version" src="https://img.shields.io/powershellgallery/vpre/ScriptModuleRepositoryTemplate.svg?include_prereleases&label=powershell%20gallery%20prerelease&colorB=yellow"></a>
11+
<a href="https://www.powershellgallery.com/packages/ScriptModuleRepositoryTemplate"><img src="https://img.shields.io/powershellgallery/dt/tiPS.svg"></a>
12+
</p>
13+
14+
<p align="center">
15+
<img src="https://img.shields.io/powershellgallery/p/ScriptModuleRepositoryTemplate.svg">
16+
<img src="https://img.shields.io/github/languages/top/deadlydog/PowerShell.ScriptModuleRepositoryTemplate.svg">
17+
<img src="https://img.shields.io/github/languages/code-size/deadlydog/PowerShell.ScriptModuleRepositoryTemplate.svg">
18+
</p>
19+
120
# PowerShell Script Module Repository Template
221

322
🚧 This repo is still a work in progress and not yet ready to be used 🚧
@@ -6,7 +25,7 @@ A template repository and module for creating new PowerShell module repos quickl
625

726
## ✨ Features
827

9-
Use this template or module for your new git repository to get the following features out-of-the-box:
28+
Use this repo template or module for your new git repository to get the following features out-of-the-box:
1029

1130
- GitHub Actions workflows or Azure DevOps Pipelines YAML files that:
1231
- Publish a prerelease version on every commit to the `main` branch, and a stable version once manually approved.
@@ -35,7 +54,7 @@ The non-transformed instructions can also be [viewed here](/src/ScriptModuleRepo
3554

3655
### 📂 Method 1: Use the New-PowerShellScriptModuleRepository cmdlet
3756

38-
Step 1: Install the `ScriptModuleRepositoryTemplate` module from the PowerShell Gallery:
57+
Step 1: Install the `ScriptModuleRepositoryTemplate` module [from the PowerShell Gallery](https://www.powershellgallery.com/packages/ScriptModuleRepositoryTemplate):
3958

4059
```powershell
4160
Install-Module -Name ScriptModuleRepositoryTemplate -Scope CurrentUser

0 commit comments

Comments
 (0)