Vaerktojer.ProjectPacker 0.0.3

dotnet tool install --global Vaerktojer.ProjectPacker --version 0.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Vaerktojer.ProjectPacker --version 0.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Vaerktojer.ProjectPacker&version=0.0.3
                    
nuke :add-package Vaerktojer.ProjectPacker --version 0.0.3
                    

Vaerktojer.ProjectPacker

Build Downloads NuGet License

A tool that packs and unpacks project directories into a txt file.

Installation

dotnet tool install --global Vaerktojer.ProjectPacker

Usage

prjpacker pack <path/to/project/directory> <outputMetadataFileName>
prjpacker unpack <path/to/metadata/file> <path/to/output/directory>

pack includes all files in the target directory except files excluded by the root .gitignore, if one exists. The .git directory is always excluded.

License

This project is licensed under the MIT License

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.0.3 97 3/21/2026
0.0.2 171 11/23/2025
0.0.1 210 8/31/2025
0.0.1-alpha 206 8/31/2025