Skip to content

sefinek/resx-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-cleanup

Example

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 -g

Example usage

resx-cleanup --project C:\Users\Sefinek\source\repos\WinFormsApp1

Version

resx-cleanup --version

🔖 MIT License

Copyright © 2024-2026 Sefinek

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors