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
- Host: GitHub
- URL: https://github.com/pierpo/bon-appetit
- Owner: pierpo
- Created: 2022-10-10T16:50:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T16:17:01.000Z (about 3 years ago)
- Last Synced: 2025-02-28T21:02:47.389Z (over 1 year ago)
- Topics: android, cli, react-ink, react-native
- Language: TypeScript
- Homepage:
- Size: 210 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# bon-appetit
Kill your Android app. Let it live again. Control it.

## 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
```