Skip to content

Commit 522a191

Browse files
committed
Update README.md
1 parent 9637d69 commit 522a191

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# React Codegen CLI
21

3-
React Codegen is a development tool to quickly generate React components.
2+
<img height="128" src="https://user-images.githubusercontent.com/22912150/89680591-e9418e80-d8fb-11ea-93f7-1631ea571f33.png" alt="logo" />
3+
4+
# React CodeGen CLI
5+
6+
React CodeGen is a development tool to quickly generate React components.
47
It helps you to speed up productivity in React projects and stop copying, pasting files.
58

69
## Installation
@@ -38,14 +41,12 @@ such as connecting the `useState`, `useEffect`, `propTypes` and so on.
3841
## Configuration File
3942

4043
You also can set-up configuration file manually.
41-
React codegen uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) for configuration file support. This means you can configure it via:
44+
React CodeGen uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) for configuration file support. This means you can configure it via:
4245

4346
- A `"react-codegen"` key in your `package.json` file.
4447
- A `.react-codegenrc` file, written in JSON or YAML, with optional extensions: `.json/.yaml/.yml` (without extension takes precedence).
4548
- A `.react-codegenrc.js` or `react-codegen.config.js` file that exports an object.
4649

47-
The configuration file will be resolved in the root folder of the project. If no configuration file found the default config will be used.
48-
4950
`react-codegen` will look for a [configuration file](#configuration-file) in root folder and use it if available.
5051
If no config file found it will fallback to a default configuration.
5152

0 commit comments

Comments
 (0)