mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: cross-platform support with Node.js scripts
- Rewrite all bash hooks to Node.js for Windows/macOS/Linux compatibility - Add package manager auto-detection (npm, pnpm, yarn, bun) - Add scripts/lib/ with cross-platform utilities - Add /setup-pm command for package manager configuration - Add comprehensive test suite (62 tests) Co-authored-by: zerx-lab
This commit is contained in:
parent
4ec7a6b15a
commit
970f8bf884
16 changed files with 2443 additions and 17 deletions
4
.claude/package-manager.json
Normal file
4
.claude/package-manager.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"packageManager": "bun",
|
||||
"setAt": "2026-01-23T02:09:58.819Z"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue