UNPKG

config-xml-version

Version:
63 lines (39 loc) • 1.59 kB
<h1 align="center">Welcome to config-xml-version šŸ‘‹</h1> <p> <a href="https://github.com/andrefa/config-xml-version#readme" target="_blank"> <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" /> </a> <a href="https://github.com/andrefa/config-xml-version/graphs/commit-activity" target="_blank"> <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /> </a> </p> > Cli tool for updating config.xml version ## Install ```sh npm install config-xml-version ``` ## Usage ```sh npx config-xml-version ``` ###Command line arguments * `--sourceFile` `-s` (default: `config.xml`): The source config.xml file * `--destFile` `-d` (default: `config.xml`): The destiny config.xml file * `--configXmlVersion` `-v` (default: `{package.json version field}`): The version to be applied * `--help` `-h`: Displays help information ## Run tests ```sh npm test ``` ## Author šŸ‘¤ **Andre Almeida** * Github: [@andrefa](https://github.com/andrefa) ## šŸ¤ Contributing Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/andrefa/config-xml-version/issues). ## Show your support Give a ā­ļø if this project helped you! ## šŸ“ License Copyright Ā© 2019 [Andre Almeida](https://github.com/andrefa).<br /> This project is [MIT](https://github.com/andrefa/config-xml-version/blob/master/LICENSE) licensed. *** _This README was generated with ā¤ļø by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_