Skip to content

Commit

Permalink
Add installation instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm-ham committed Mar 24, 2016
1 parent 74ea8e1 commit 316f6e0
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
# cordova-update-config

A command line tool to update cordova's config.xml, useful in continuous integration build environments.
[![npm version](https://badge.fury.io/js/cordova-update-config.svg)](https://badge.fury.io/js/cordova-update-config)

Synopsis
A node command line tool to update cordova's config.xml, useful in continuous integration build environments.

cordova-update-config --appname org.company.app --appversion 5.3.223 ...<br/>
### Install

```
npm i -g cordova-update-config
```

### Synopsis

```
cordova-update-config --appname org.company.app --appversion 5.3.223 ...
cordova-update-config --help
```

Options
### Options

| Alias | Argument | Description |
| --- | --- | --- |
Expand Down

0 comments on commit 316f6e0

Please sign in to comment.