@@ -13,95 +13,95 @@ Complete guide to all documentation files in this repository.
1313
1414### Installation & Setup
1515
16- | Document | Description |
17- | ----------| -------------|
18- | [ README.md] ( ../README.md ) | Main project documentation with installation, usage, and examples |
19- | [ ColorScripts-Enhanced/README.md] ( ../ColorScripts-Enhanced/README.md ) | Module-specific documentation (identical to main README) |
20- | [ QUICK_REFERENCE.md] ( QUICK_REFERENCE.md ) | Command reference and common usage patterns |
16+ | Document | Description |
17+ | --------------------------------------------------------------------- | ----------------------------------------------------------------- |
18+ | [ README.md] ( ../README.md ) | Main project documentation with installation, usage, and examples |
19+ | [ ColorScripts-Enhanced/README.md] ( ../ColorScripts-Enhanced/README.md ) | Module-specific documentation (identical to main README) |
20+ | [ QUICK_REFERENCE.md] ( QUICK_REFERENCE.md ) | Command reference and common usage patterns |
2121
2222### Command Help
2323
2424All commands have detailed help documentation in ` ColorScripts-Enhanced/en-US/ ` :
2525
26- | Command | Help File |
27- | ---------| -----------|
28- | ` Show-ColorScript ` | [ Show-ColorScript.md] ( ../ColorScripts-Enhanced/en-US/Show-ColorScript.md ) |
29- | ` Get-ColorScriptList ` | [ Get-ColorScriptList.md] ( ../ColorScripts-Enhanced/en-US/Get-ColorScriptList.md ) |
30- | ` Build-ColorScriptCache ` | [ Build-ColorScriptCache.md] ( ../ColorScripts-Enhanced/en-US/Build-ColorScriptCache.md ) |
31- | ` Clear-ColorScriptCache ` | [ Clear-ColorScriptCache.md] ( ../ColorScripts-Enhanced/en-US/Clear-ColorScriptCache.md ) |
32- | ` Add-ColorScriptProfile ` | [ Add-ColorScriptProfile.md] ( ../ColorScripts-Enhanced/en-US/Add-ColorScriptProfile.md ) |
33- | ` Get-ColorScriptConfiguration ` | [ Get-ColorScriptConfiguration.md] ( ../ColorScripts-Enhanced/en-US/Get-ColorScriptConfiguration.md ) |
34- | ` Set-ColorScriptConfiguration ` | [ Set-ColorScriptConfiguration.md] ( ../ColorScripts-Enhanced/en-US/Set-ColorScriptConfiguration.md ) |
26+ | Command | Help File |
27+ | -------------------------------- | ----------------------------------------------------------------------------------------------------- |
28+ | ` Show-ColorScript ` | [ Show-ColorScript.md] ( ../ColorScripts-Enhanced/en-US/Show-ColorScript.md ) |
29+ | ` Get-ColorScriptList ` | [ Get-ColorScriptList.md] ( ../ColorScripts-Enhanced/en-US/Get-ColorScriptList.md ) |
30+ | ` Build-ColorScriptCache ` | [ Build-ColorScriptCache.md] ( ../ColorScripts-Enhanced/en-US/Build-ColorScriptCache.md ) |
31+ | ` Clear-ColorScriptCache ` | [ Clear-ColorScriptCache.md] ( ../ColorScripts-Enhanced/en-US/Clear-ColorScriptCache.md ) |
32+ | ` Add-ColorScriptProfile ` | [ Add-ColorScriptProfile.md] ( ../ColorScripts-Enhanced/en-US/Add-ColorScriptProfile.md ) |
33+ | ` Get-ColorScriptConfiguration ` | [ Get-ColorScriptConfiguration.md] ( ../ColorScripts-Enhanced/en-US/Get-ColorScriptConfiguration.md ) |
34+ | ` Set-ColorScriptConfiguration ` | [ Set-ColorScriptConfiguration.md] ( ../ColorScripts-Enhanced/en-US/Set-ColorScriptConfiguration.md ) |
3535| ` Reset-ColorScriptConfiguration ` | [ Reset-ColorScriptConfiguration.md] ( ../ColorScripts-Enhanced/en-US/Reset-ColorScriptConfiguration.md ) |
36- | ` Export-ColorScriptMetadata ` | [ Export-ColorScriptMetadata.md] ( ../ColorScripts-Enhanced/en-US/Export-ColorScriptMetadata.md ) |
37- | ` New-ColorScript ` | [ New-ColorScript.md] ( ../ColorScripts-Enhanced/en-US/New-ColorScript.md ) |
36+ | ` Export-ColorScriptMetadata ` | [ Export-ColorScriptMetadata.md] ( ../ColorScripts-Enhanced/en-US/Export-ColorScriptMetadata.md ) |
37+ | ` New-ColorScript ` | [ New-ColorScript.md] ( ../ColorScripts-Enhanced/en-US/New-ColorScript.md ) |
3838
3939** Module Help** : [ about_ColorScripts-Enhanced.help.txt] ( ../ColorScripts-Enhanced/en-US/about_ColorScripts-Enhanced.help.txt )
4040
4141### Technical Guides
4242
43- | Document | Description |
44- | ----------| -------------|
45- | [ ANSI-COLOR-GUIDE.md] ( ANSI-COLOR-GUIDE.md ) | ANSI escape codes reference and color palette guide |
43+ | Document | Description |
44+ | ---------------------------------------------------- | ---------------------------------------------------- |
45+ | [ ANSI-COLOR-GUIDE.md] ( ANSI-COLOR-GUIDE.md ) | ANSI escape codes reference and color palette guide |
4646| [ ANSI-CONVERSION-GUIDE.md] ( ANSI-CONVERSION-GUIDE.md ) | Converting ANSI art files to PowerShell colorscripts |
47- | [ POWERSHELL-VERSIONS.md] ( POWERSHELL-VERSIONS.md ) | PowerShell version compatibility matrix |
47+ | [ POWERSHELL-VERSIONS.md] ( POWERSHELL-VERSIONS.md ) | PowerShell version compatibility matrix |
4848
4949## Developer Documentation
5050
5151### Development Workflow
5252
53- | Document | Description |
54- | ----------| -------------|
55- | [ Development.md] ( Development.md ) | Local development setup, tooling, and workflows |
56- | [ MODULE_SUMMARY.md] ( MODULE_SUMMARY.md ) | Complete module implementation overview |
57- | [ CONTRIBUTING.md] ( ../CONTRIBUTING.md ) | How to contribute code, scripts, and documentation |
53+ | Document | Description |
54+ | -------------------------------------- | -------------------------------------------------- |
55+ | [ Development.md] ( Development.md ) | Local development setup, tooling, and workflows |
56+ | [ MODULE_SUMMARY.md] ( MODULE_SUMMARY.md ) | Complete module implementation overview |
57+ | [ CONTRIBUTING.md] ( ../CONTRIBUTING.md ) | How to contribute code, scripts, and documentation |
5858
5959### Release & Publishing
6060
61- | Document | Description |
62- | ----------| -------------|
63- | [ Publishing.md] ( Publishing.md ) | Publishing to PowerShell Gallery, NuGet.org, and GitHub Packages |
64- | [ ReleaseChecklist.md] ( ReleaseChecklist.md ) | Step-by-step release checklist with git-cliff integration |
65- | [ CHANGELOG.md] ( ../CHANGELOG.md ) | Complete project changelog |
61+ | Document | Description |
62+ | ------------------------------------------ | ---------------------------------------------------------------- |
63+ | [ Publishing.md] ( Publishing.md ) | Publishing to PowerShell Gallery, NuGet.org, and GitHub Packages |
64+ | [ ReleaseChecklist.md] ( ReleaseChecklist.md ) | Step-by-step release checklist with git-cliff integration |
65+ | [ CHANGELOG.md] ( ../CHANGELOG.md ) | Complete project changelog |
6666
6767### Project Management
6868
69- | Document | Description |
70- | ----------| -------------|
71- | [ ROADMAP.md] ( ROADMAP.md ) | Project roadmap and planned features |
72- | [ SUPPORT.md] ( SUPPORT.md ) | Support channels and response time expectations |
73- | [ CONTRIBUTORS.md] ( CONTRIBUTORS.md ) | List of project contributors |
74- | [ todo.md] ( ../todo.md ) | Development tasks and action items |
69+ | Document | Description |
70+ | ---------------------------------- | ----------------------------------------------- |
71+ | [ ROADMAP.md] ( ROADMAP.md ) | Project roadmap and planned features |
72+ | [ SUPPORT.md] ( SUPPORT.md ) | Support channels and response time expectations |
73+ | [ CONTRIBUTORS.md] ( CONTRIBUTORS.md ) | List of project contributors |
74+ | [ todo.md] ( ../todo.md ) | Development tasks and action items |
7575
7676## Repository Policies
7777
78- | Document | Description |
79- | ----------| -------------|
80- | [ CODE_OF_CONDUCT.md] ( ../CODE_OF_CONDUCT.md ) | Community code of conduct |
81- | [ SECURITY.md] ( ../SECURITY.md ) | Security policy and vulnerability reporting |
82- | [ LICENSE] ( ../LICENSE ) | MIT License terms |
78+ | Document | Description |
79+ | ------------------------------------------- | ------------------------------------------- |
80+ | [ CODE_OF_CONDUCT.md] ( ../CODE_OF_CONDUCT.md ) | Community code of conduct |
81+ | [ SECURITY.md] ( ../SECURITY.md ) | Security policy and vulnerability reporting |
82+ | [ LICENSE] ( ../LICENSE ) | MIT License terms |
8383
8484## Configuration Files
8585
86- | File | Purpose |
87- | ------| ---------|
88- | [ cliff.toml] ( ../cliff.toml ) | git-cliff configuration for changelog generation |
89- | [ PSScriptAnalyzerSettings.psd1] ( ../PSScriptAnalyzerSettings.psd1 ) | ScriptAnalyzer rules and settings |
90- | [ package.json] ( ../package.json ) | npm scripts and Node.js dependencies |
91- | [ .github/workflows/] ( ../.github/workflows/ ) | GitHub Actions CI/CD workflows |
86+ | File | Purpose |
87+ | ----------------------------------------------------------------- | ------------------------------------------------ |
88+ | [ cliff.toml] ( ../cliff.toml ) | git-cliff configuration for changelog generation |
89+ | [ PSScriptAnalyzerSettings.psd1] ( ../PSScriptAnalyzerSettings.psd1 ) | ScriptAnalyzer rules and settings |
90+ | [ package.json] ( ../package.json ) | npm scripts and Node.js dependencies |
91+ | [ .github/workflows/] ( ../.github/workflows/ ) | GitHub Actions CI/CD workflows |
9292
9393## Example Files
9494
95- | Location | Description |
96- | ----------| -------------|
97- | [ examples/ansi-conversion/] ( ../examples/ansi-conversion/ ) | ANSI art conversion examples and samples |
98- | [ ansi-files/] ( ../ansi-files/ ) | Source ANSI art files for conversion |
99- | [ oversized-colorscripts/] ( ../oversized-colorscripts/ ) | Large colorscripts that don't fit in main Scripts folder |
95+ | Location | Description |
96+ | --------------------------------------------------------- | -------------------------------------------------------- |
97+ | [ examples/ansi-conversion/] ( ../examples/ansi-conversion/ ) | ANSI art conversion examples and samples |
98+ | [ ansi-files/] ( ../ansi-files/ ) | Source ANSI art files for conversion |
99+ | [ oversized-colorscripts/] ( ../oversized-colorscripts/ ) | Large colorscripts that don't fit in main Scripts folder |
100100
101101## Special Setup Guides
102102
103- | Document | Description |
104- | ----------| -------------|
103+ | Document | Description |
104+ | ------------------------------------------ | ---------------------------------------- |
105105| [ MEGALINTER-SETUP.md] ( MEGALINTER-SETUP.md ) | MegaLinter configuration and usage guide |
106106
107107## Need Help?
0 commit comments