Rename package to @alezmad/cladm for npm publish

npm rejected unscoped "cladm" as too similar to "charm". Scoped under
@alezmad with --access=public flag in CI workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-24 00:17:55 +00:00
parent 9764e96ed6
commit 62da18725a
3 changed files with 5 additions and 5 deletions

View File

@@ -20,10 +20,10 @@ Requires [Bun](https://bun.sh) >= 1.3.0 and macOS (uses Terminal.app for launchi
```bash
# Install globally
bun install -g cladm
bun install -g @alezmad/cladm
# Or run directly
bunx cladm
bunx @alezmad/cladm
```
### From source (for development)