0.3.1 • Published 7 years ago

resxtojson v0.3.1

Weekly downloads
39
License
-
Repository
github
Last release
7 years ago

resxtojson

Converts resx to JSON (with just a few dependencies).

Usage:

resxtojson MyApp*.resx resources

This will scan all resx files in the current folder and send the output to the folder resources of the current folder.

Options:

-m, --regx-match

Used to set a key pattern match for filtering resources, e.g.:

resxtojson -m \\bMyPrefix_.*\\b MyApp*.resx resources

Only resource keys starting with MyPrefix_ will be converted.

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago