An open API service indexing awesome lists of open source software.

https://github.com/pierpo/bon-appetit

Control a React Native Android app through the CLI: kill it, empty its cache
https://github.com/pierpo/bon-appetit

android cli react-ink react-native

Last synced: about 1 year ago
JSON representation

Control a React Native Android app through the CLI: kill it, empty its cache

Awesome Lists containing this project

README

          

# bon-appetit

Kill your Android app. Let it live again. Control it.

![example](./example.png)

## Install

```bash
$ npm install --global bon-appetit
```

## CLI

```
$ bon-appetit --help

Usage
$ bon-appetit

Options
--bundle-id Your app's bundle id
--package-name Your app's package name

Examples
$ bon-appetit --bundle-id fr.company.myapp.debug --package-name fr.company.myapp
```