0.1.0 • Published 2 years ago

ic-apps-version-update v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

React Native Version Update

Requirements

  • React Native project

Setup

npm install --save react-native-version-update

Inside package.json

"scripts": {
    ...
    "version": "version-update"
}

Parameters

Builder

Passing --builder, on start it returns the value of the request and adds in the package.json of the project with React Native the attribute buildNumber.

Date

Passing --date adds in the package.json of the project with React Native the attribute buildDate.

Examples

"scripts": {
    ...
    "version": "version-update --builder=example-app"
}
"scripts": {
    ...
    "version": "version-update --date --builder=example-app"
}