A CLI tool for removing unused entries from .resx resource files in .NET applications.
It should also work on Linux.
Before using this tool, make sure to back up your RESX files.
npm install resx-cleanupconst { resxCleanup, version } = require('resx-cleanup');
resxCleanup(['C:\\Users\\KeyboardCat\\source\\repos\\WinFormsApp1', 'C:\\Users\\KeyboardCat\\source\\repos\\WinFormsApp2']);
console.log('Version:', version);npm install resx-cleanup -gresx-cleanup --project C:\Users\Sefinek\source\repos\WinFormsApp1resx-cleanup --versionCopyright © 2024-2026 Sefinek