About

A utility to clone and update xml resources file by Tiago Danin.


ResXClone

Node Version Downloads Travis

A utility to clone and update xml resources file

Installation

Module available through the npm registry. It can be installed using the npm or yarn command line tools.

# NPM
npm install resxclone --global
# Or Using Yarn
yarn global add resxclone

Documentation

CLI

Run resxclone --help

API

writeXml

e.g writeXml('a.xml', '<?xml version="1.0" encoding="utf-8"?><resources><string name="name">Tiago</string></resources>')

readXml

e.g readXml('a.xml')

updateXml

e.g updateXml({name:'Tiago'}, {name: 'TiagoDanin'}, '##TO-DO')

createXml

e.g createXml({name: 'TiagoDanin'})

Tests

To run the test suite, first install the dependencies, then run test:

# NPM
npm test
# Or Using Yarn
yarn test

Dependencies

Contributors

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.

License

GPL-3.0


JavaScript

1