Skip to content

ericontilt/resxtojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Converts resx to JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published