You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,25 @@
2
2
3
3
A NodeJS Command Line Utility to increase your productivity while working on a ReactJS project.
4
4
5
-
### Description
5
+
## Nodejs Version
6
+
7
+
v22.12.0
8
+
9
+
## Description
6
10
7
11
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.
8
12
9
13
rct helps you out with these kind of tasks by providing you simple to use command line tool.
0 commit comments