json2property
v1.0.2-alpha
Published
Given a Target Directory will go through and convert json files into properties files
Downloads
5
Readme
JSON2Property
A simple tool for converting json files into property files. Simply run json2property
at the root of your project and it will go through all folders looking for json files, and output them in a "target" directory.
''Planned Features''
- Match files on Regex
Run tests with npm test
Using
Node Glob as a tool to gather up the list of files.