amzn/style-dictionary

View on GitHub
examples/advanced/custom-formats-with-templates/templates/android-xml_alt.hbs

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
{{#each allProperties}}
<item name="{{name}}" type="string">{{value}}</item>
{{/each}}