2.0.0 • Published 5 years ago

react-native-surrender v2.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

Install

$ npm install -g react-native-surrender
# OR
$ yarn global add react-native-surrender

Usage

$ surrender

Is equivalent to running

watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules && npm install && npm cache clean --force

in 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 --android

Or start the packager

$ surrender --start

Or clear and install pods

$ surrender --pods

Contributing

Contributions are welcome!

  1. Fork it.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or open up a issue.

License

Licensed under the MIT License.