2.0.0 • Published 7 years ago
react-native-surrender v2.0.0
Install
$ npm install -g react-native-surrender
# OR
$ yarn global add react-native-surrenderUsage
$ surrenderIs equivalent to running
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules && npm install && npm cache clean --forcein the current directory.
Optionally you can use yarn or pnpm as the packager:
$ surrender --yarn$ surrender --pnpm Run gradlew clean and remove build files in the android directory:
$ surrender --androidOr start the packager
$ surrender --startOr clear and install pods
$ surrender --podsContributing
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Or open up a issue.
License
Licensed under the MIT License.