We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73fb0b commit ede7a63Copy full SHA for ede7a63
README.md
@@ -10,8 +10,14 @@ A CLI tool to generate React components with ease.
10
11
## Installation
12
13
+### Installation
14
+
15
```sh
16
+# Using Deno
17
deno install -A -n rcc jsr:@sebkolind/react-component-cli
18
19
+# Using npm
20
+npx jsr add @luca/cases
21
```
22
23
## Usage
@@ -22,7 +28,7 @@ rcc <component-name>/<sub-component-name> [/<sub-component-name> ...]
28
29
## Configuration
24
30
25
-Create a configuration file at `~/.config/rcc/config.yml` to customize the
31
+Create a configuration file at `~/.config/@sebkolind/rcc/config.yml` to customize the
26
32
generated files.
27
33
34
### Default Configuration
0 commit comments