We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npx
yarn dlx
1 parent 573786b commit 50eb84cCopy full SHA for 50eb84c
1 file changed
README.md
@@ -15,10 +15,18 @@ Turn your AI assistant into a senior engineer that knows your team's rules.
15
16
Initialize standardized rules in your project with a single command. **No installation required.**
17
18
+### Using bash
19
+
20
```bash
21
npx codingwithagent init
22
```
23
24
+### Using yarn
25
26
+```bash
27
+yarn dlx codingwithagent init
28
+```
29
30
The interactive CLI will guide you through the setup:
31
32
0 commit comments