sln-resources

1.0.0 • Public • Published

Solution Resources

CLI tool that outputs all resources used within a solution resources as a csv!

Installation

npm install -g sln-resources

Usage

sln-resources [path]

Path

Relative path to .sln

Output

Outputs .csv containing with the following format:

resource name, size (in bytes), resource path

How it works

This package works by collecting all projects in the Solution, then parsing the .csproj files to extract any references to <Resource Include="...">. The size is then collected from each resource and put into csv format. This package does not collect any data from Nuget packages.

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i sln-resources

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.5 kB

Total Files

4

Last publish

Collaborators

  • bluefrog130