Skip to content

Commit d034def

Browse files
author
Harsh Vardhan Gautam
committed
update readme
1 parent 6b11d5f commit d034def

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,25 @@
22

33
A NodeJS Command Line Utility to increase your productivity while working on a ReactJS project.
44

5-
### Description
5+
## Nodejs Version
6+
7+
v22.12.0
8+
9+
## Description
610

711
React CLI (aka rct) helps you to automate the most obvious tasks which we as developers used to do manually such as creating a new component by making a separate folder & then making component's jsx or css files manually.
812

913
rct helps you out with these kind of tasks by providing you simple to use command line tool.
1014

1115
![React CLI Poster](https://github.com/hvg2416/react-cli/blob/dc763424a982cc0eb0bff4aae5d1b8a29b88058d/banner.png?raw=true)
1216

13-
### Installation
17+
## Installation
1418

1519
```javascript
1620
npm i react-cli-utility -g
1721
```
1822

19-
### Usage
23+
## Usage
2024

2125
```text rct [command]
2226
@@ -36,9 +40,9 @@ Options:
3640
[boolean]
3741
```
3842

39-
### Examples
43+
## Examples
4044

41-
#### Scaffolding a new React Application
45+
### Scaffolding a new React Application
4246

4347
```bin
4448
rct cra <app-name> [--js]
@@ -50,7 +54,7 @@ e.g.
5054
rct cra todo-app
5155
```
5256

53-
#### Generating a new React Component
57+
###x Generating a new React Component
5458

5559
```bin
5660
rct gc <component-name> [--js --css --class]

0 commit comments

Comments
 (0)