effect-patterns-cli
v0.4.2
Published
Command-line interface for Effect-TS patterns - search, discover, and install patterns
Downloads
4
Maintainers
Readme
@effect-patterns/cli
The command-line interface for Effect Patterns - search, discover, and install Effect-TS patterns from your terminal.
Installation
bun install -g @effect-patterns/cliOr with npm:
npm install -g @effect-patterns/cliUsage
Search Patterns
# Search by keyword
ep search "error handling"
# Filter by skill level
ep list --skill-level intermediate
# Show pattern details
ep show handle-errors-with-catchInstall AI Rules
# Install rules for Cursor
ep install add --tool cursor
# Install intermediate-level rules
ep install add --tool claude --skill-level intermediate
# Preview without installing
ep install add --tool windsurf --dry-run
# List supported tools
ep install list-toolsAdmin Commands
# Validate all patterns
ep admin validate
# Run all tests
ep admin test
# Generate AI rules
ep admin rules generate
# Run complete pipeline
ep admin pipelineFeatures
- Search & Discover: Find patterns by keyword, skill level, and use case
- Pattern Details: View comprehensive pattern documentation with examples
- AI Tool Integration: Install pattern rules for your favorite AI coding assistant
- Admin Tools: Manage pattern publishing and validation
Links
License
MIT
