We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dccf8 commit 074b684Copy full SHA for 074b684
1 file changed
README.md
@@ -26,6 +26,13 @@ This repository is designed to be a living document that helps developers move f
26
> - [Browse Patterns](https://effecttalk.dev/patterns)
27
> - [Welcome Post](https://effecttalk.dev/blog/welcome)
28
29
+**Install the CLI** to search, browse, and install patterns from your terminal:
30
+
31
+```bash
32
+bun add -g @effect-patterns/ep-cli
33
+ep search "error handling"
34
+```
35
36
**Looking for machine-readable rules for AI IDEs and coding agents? See the [AI Coding Rules](#ai-coding-rules) section below.**
37
38
## Table of Contents
0 commit comments