11# powershell cli menu helpers
22
3- [[ _ TOC_ ]]
3+ - [ powershell cli menu helpers] ( #powershell-cli-menu-helpers )
4+ - [ Introduction] ( #introduction )
5+ - [ Installation] ( #installation )
6+ - [ From PowerShell Gallery] ( #from-powershell-gallery )
7+ - [ From Source] ( #from-source )
8+ - [ Usage] ( #usage )
9+ - [ Menu rendering] ( #menu-rendering )
10+ - [ List rendering] ( #list-rendering )
11+ - [ Table rendering] ( #table-rendering )
12+ - [ Example] ( #example )
13+ - [ Contributing] ( #contributing )
14+ - [ Creating a release] ( #creating-a-release )
15+ - [ Requirements] ( #requirements )
16+ - [ Steps] ( #steps )
17+ - [ Authors] ( #authors )
18+ - [ License] ( #license )
419
520## Introduction
621
@@ -31,7 +46,7 @@ Install-Module -Name 'powershell-cli-menu-helpers'
3146- Obtain the source
3247
3348```
34- git clone https://github.com/netcloudag /powershell-cli-menu-helpers.git
49+ git clone https://github.com/netcloud /powershell-cli-menu-helpers.git
3550```
3651
3752- Navigate to the source directory
@@ -146,7 +161,7 @@ cd .\example\
146161
147162## Contributing
148163
149- Contributions are welcome, please refere to [ CONTRIBUTING.md] ( https://github.com/netcloudag /powershell-cli-menu-helpers/blob/master/CONTRIBUTING.md ) for details.
164+ Contributions are welcome, please refere to [ CONTRIBUTING.md] ( https://github.com/netcloud /powershell-cli-menu-helpers/blob/master/CONTRIBUTING.md ) for details.
150165
151166## Creating a release
152167
@@ -161,8 +176,8 @@ Install-Module -Name 'PSScriptAnalyzer'
161176
162177- Add / modify the test cases inside the folder ` .\tests `
163178- Run the tests (` .\test.ps1 ` )
164- - Update the [ CHANGELOG.md] ( https://github.com/netcloudag /powershell-cli-menu-helpers/blob/master/CHANGELOG.md )
165- - Update the ` ModuleVersion ` inside the [ config.json] ( https://github.com/netcloudag /powershell-cli-menu-helpers/blob/master/config.json )
179+ - Update the [ CHANGELOG.md] ( https://github.com/netcloud /powershell-cli-menu-helpers/blob/master/CHANGELOG.md )
180+ - Update the ` ModuleVersion ` inside the [ config.json] ( https://github.com/netcloud /powershell-cli-menu-helpers/blob/master/config.json )
166181- Add release tag on github
167182- Run the script ` .\build.ps1 ` to create a new build
168183- Run the scirpt ` .\publish.ps1 ` to publish the build to PowerShell Gallery
@@ -175,4 +190,4 @@ Install-Module -Name 'PSScriptAnalyzer'
175190## License
176191
177192This project is licensed under MIT with Copyright (c) 2020 Netcloud AG. \
178- See the [ LICENSE.md] ( https://github.com/netcloudag /powershell-cli-menu-helpers/blob/master/LICENSE.md ) file for details.
193+ See the [ LICENSE.md] ( https://github.com/netcloud /powershell-cli-menu-helpers/blob/master/LICENSE.md ) file for details.
0 commit comments