1.0.0 • Published 7 months ago

@jolisoft/concat-dotnet v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@jolisoft/concat-dotnet

A CLI tool to concatenate .NET project files (.cs, .csproj, .xaml, appsettings.json, web.config, app.config) into a single text file per project.

Installation

npm install -g @jolisoft/concat-dotnet

Usage

concat-dotnet [--project <project-folder>]

Options

  • --project <project-folder>: Process a specific project folder (at solution level).
  • --help, -h: Show help message.

Examples

  • Process all projects in a solution folder:
    cd path/to/solution
    concat-dotnet
  • Process a specific project:
    cd path/to/solution
    concat-dotnet --project projA

License

MIT

1.0.0

7 months ago