resx-cleanup
v0.1.1
Published
A command-line tool for identifying and removing unused entries from .resx resource files in .NET applications to help keep your localization files clean and maintainable.
Maintainers
Readme
RESX Cleanup 🧹
A CLI tool for removing unused entries from .resx resource files in .NET applications.
It should also work on Linux.
⚠️ Important
Before using this tool, make sure to back up your RESX files.
🧠 Script
Installation
npm install resx-cleanupExample
const { resxCleanup, version } = require('resx-cleanup');
resxCleanup(['C:\\Users\\KeyboardCat\\source\\repos\\WinFormsApp1', 'C:\\Users\\KeyboardCat\\source\\repos\\WinFormsApp2']);
console.log('Version:', version);💻 CLI
Global Installation
npm install resx-cleanup -gExample usage
resx-cleanup --project C:\Users\Sefinek\source\repos\WinFormsApp1Version
resx-cleanup --version🔖 MIT License
Copyright © 2024-2026 Sefinek
