react-native-get-pixel_edit/node_modules/@react-native-community/cli-config/README.md
2025-07-09 11:41:52 +09:00

22 lines
443 B
Markdown

# @react-native-community/cli-config
This package is part of the [React Native CLI](../../README.md). It contains commands for managing the configuration of React Native app.
## Installation
```sh
yarn add @react-native-community/cli-config
```
## Commands
### `config`
Usage:
```sh
npx react-native config
```
Output project and dependencies configuration in JSON format to stdout. Used by [autolinking](./../../docs/autolinking.md).