config-xml-version
Version:
Cli tool for updating config.xml version
63 lines (39 loc) ⢠1.59 kB
Markdown
<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)_