All Projects → tiaanduplessis → react-native-surrender

tiaanduplessis / react-native-surrender

Licence: MIT license
CLI script that clears Watchman, removes node_modules and cleans cache using npm or yarn

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-surrender

climate-app
Climate App é uma aplicação responsável por mostrar dados climáticos (temperatura atual, umidade, velocidade do vento etc) de uma determinada cidade em tempo real. A obtenção desses dados foi feita através da open-weather-api.
Stars: ✭ 40 (-24.53%)
Mutual labels:  yarn
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-75.47%)
Mutual labels:  yarn
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+643.4%)
Mutual labels:  yarn
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+118.87%)
Mutual labels:  yarn
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+1549.06%)
Mutual labels:  yarn
yarn-workspaces-example
Sample monorepo project using new Yarn feature called Workspaces
Stars: ✭ 39 (-26.42%)
Mutual labels:  yarn
React-Express-JWT-UserPortal
React.js & Express.js User portal Using Core UI, JWT, JWT Token, Refresh Token, Role & Permission management, User manamgenet, Event Log.
Stars: ✭ 22 (-58.49%)
Mutual labels:  yarn
yrs
Yarn registry switch tool
Stars: ✭ 12 (-77.36%)
Mutual labels:  yarn
rorshach
A watchman for your directories. Rorshach allows you to listen to file system changes and run commands when these events occur.
Stars: ✭ 26 (-50.94%)
Mutual labels:  watchman
yarn-outdated-formatter
yarn outdated --json formatter
Stars: ✭ 31 (-41.51%)
Mutual labels:  yarn
ci
Run npm ci using the appropriate Node package manager (npm, yarn, pnpm)
Stars: ✭ 39 (-26.42%)
Mutual labels:  yarn
iwish
I wish that too!
Stars: ✭ 19 (-64.15%)
Mutual labels:  yarn
cruise
A Continuous Integration (CI) management system homework from Thought Works
Stars: ✭ 13 (-75.47%)
Mutual labels:  yarn
website
The Algorithms website providing GitHub's largest open-source algorithm library.
Stars: ✭ 616 (+1062.26%)
Mutual labels:  yarn
docker-rails-demo
Demo app for Rails, Docker and Webpack
Stars: ✭ 29 (-45.28%)
Mutual labels:  yarn
nuada-cli
Nuada CLI was designed to improve your development experience by using ExpressJS and Mongoose tools.
Stars: ✭ 19 (-64.15%)
Mutual labels:  yarn
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (+49.06%)
Mutual labels:  yarn
react-webpack2-skeleton
Get started with React with Webpack2, React-Router, Redux, Code Splitting and Server Rendering
Stars: ✭ 59 (+11.32%)
Mutual labels:  yarn
asdf-yarn
asdf plugin for Yarn.
Stars: ✭ 111 (+109.43%)
Mutual labels:  yarn
awesome-app-js
This document list all the javascript libs used at Soixante circuits. They are compatible with Webpack and run in the browser and / or node only.
Stars: ✭ 16 (-69.81%)
Mutual labels:  yarn

react-native-surrender

CLI script that clears Watchman, removes node_modules and cleans cache and other goodies


Table of Contents

Table of Contents
  • Install
  • Usage
  • Contribute
  • License
  • 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.

    Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].