Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 659 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 659 Bytes

Find Properties Usage

Build Status

Finds which i18n strings in a .properties file which are unused in the specified directory.

Installation

npm install -g find-properties-usage

Usage

fpu -F [path to the .properties file] -D [base dir of the project]

Additionally you can specify -p which is a comma-separated list of extra properties files to look in. You can also specify -i to ignore properties which are referenced in code but do not exist in the .propeties files.