kennethcarnes / Get-ProjectCodeContent

Get-CodeContent is a PowerShell script that captures a code project's directory structure and file contents, then copies it to the clipboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-ProjectCodeContent PowerShell Script

Lint and Test

Description

Get-ProjectCodeContent is a PowerShell script that captures a code project's directory structure and file contents, then copies it to the clipboard.

Overview

  • Captures full directory structure recursively
  • Optionally exclude directories
  • Extracts file content
  • Formats the directory structure and file content
  • Copies the formatted content to the clipboard
  • Optionally output the content to the console
  • Optionally output verbose logging to the console

References

About

Get-CodeContent is a PowerShell script that captures a code project's directory structure and file contents, then copies it to the clipboard.


Languages

Language:PowerShell 100.0%