Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 3.98 KB

File metadata and controls

74 lines (50 loc) · 3.98 KB

PowerShell Profile Documentation

Welcome to the PowerShell Profile documentation! This documentation is organized into several sections to help you find what you need.

Documentation Structure

Complete reference documentation for all functions and aliases available in the profile.

The API documentation is automatically generated from comment-based help in the profile functions and aliases.

Documentation for each profile fragment, explaining what each fragment does and what functions it provides.

  • Fragment Index: Browse all fragments organized by load order
  • Individual Fragments: See detailed documentation for each fragment

Fragments are modular components of the profile, loaded in dependency-aware order (tier-based: core, essential, standard, optional). Many fragments use organized subdirectories for related modules:

  • Main Fragments (00-99): Core fragments that load and orchestrate modules
  • Module Subdirectories: Organized modules loaded by parent fragments
    • cli-modules/ - Modern CLI tool integrations
    • container-modules/ - Container helper modules
    • conversion-modules/ - Data/document/media format conversions
    • dev-tools-modules/ - Development tool integrations
    • diagnostics-modules/ - Diagnostic and monitoring modules
    • files-modules/ - File operation modules
    • git-modules/ - Git integration modules
    • utilities-modules/ - Utility function modules

Comprehensive guides for developers working on or contributing to the profile.

Quick Links

Documentation Generation

All documentation is automatically generated from source code:

  • API Documentation: Run task generate-docs or pwsh -NoProfile -File scripts/utils/docs/generate-docs.ps1
  • Fragment Documentation: Run task generate-fragment-readmes or pwsh -NoProfile -File scripts/utils/docs/generate-fragment-readmes.ps1
  • All Documentation: Run task all-docs to generate both

Statistics


Last updated: 2025-01-XX