mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
chore: gate canonical ECC release identity (#1991)
This commit is contained in:
parent
af9b2c1c4c
commit
8141f6904f
31 changed files with 206 additions and 113 deletions
|
|
@ -3,13 +3,13 @@
|
|||
> WARNING: This README is specific to OpenCode usage.
|
||||
> If you installed ECC via npm (e.g. `npm install opencode-ecc`), refer to the root README instead.
|
||||
|
||||
Everything Claude Code (ECC) plugin for OpenCode - agents, commands, hooks, and skills.
|
||||
ECC plugin for OpenCode - agents, commands, hooks, and skills.
|
||||
|
||||
## Installation
|
||||
|
||||
## Installation Overview
|
||||
|
||||
There are two ways to use Everything Claude Code (ECC):
|
||||
There are two ways to use ECC:
|
||||
|
||||
1. **npm package (recommended for most users)**
|
||||
Install via npm/bun/yarn and use the `ecc-install` CLI to set up rules and agents.
|
||||
|
|
@ -52,8 +52,8 @@ npx ecc-install typescript
|
|||
Clone and run OpenCode in the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/affaan-m/everything-claude-code
|
||||
cd everything-claude-code
|
||||
git clone https://github.com/affaan-m/ECC
|
||||
cd ECC
|
||||
opencode
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue