1.1.1 • Published 2 years ago

rn-release-cli v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

rn-release-cli

npm version downloads

npm package

Generic CLI tool for react-native project to automate executing cmd react-native bundle, code-push release and bugsnag upload.

Installation

$ npm install -g rn-release-cli

Usage

Step 1:

Create a new file named rn-release.config.json in your react-native root directory, then set the variable in the json file if needed. Otherwise, the command will use the default value.

Step 2:

$ cd ./Awesome-react-native
$ rn-release

rn-release is the same as command: rn-release --bundle --codepush --bugsnag.

Note: If execute the command with bouth --codepush and --bugsnag options, but the deploymentName args for code-push choose the Staging, the bugsnag upload command will be skipped.

For example: rn-release --codepush --bugsnag, --bugsnag option will be skipped if choose the Staging for deploymentName.

Use rn-release -h for more help.

Example

License

MIT

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.3

2 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

1.0.0-alpha2.0

4 years ago

1.0.0-alpha1.1

4 years ago

1.0.0-alpha1.0

4 years ago

2.0.0-alpha2.0

4 years ago