Aspekt | Before (Node.js + Bun) | After (Deno + Cliffy) | Status |
---|---|---|---|
Runtime | Node.js 20+ + Bun | Deno 2.0+ | ✅ MIGRATED |
Framework | Gluegun CLI | Cliffy CLI | ✅ MIGRATED |
Dependencies | 20+ npm packages | 0 packages (URL imports) | ✅ CLEANED |
Build System | TypeScript → JS compilation | Native TS execution | ✅ SIMPLIFIED |
Testing | Vitest framework | Deno native testing | ✅ MIGRATED |
Configuration | 5+ config files | 1 deno.json | ✅ MINIMIZED |
Binary Size | ~50MB | ~500MB (full runtime) | |
Security | npm audit | Permission-based | ✅ ENHANCED |
Created
August 26, 2025 12:19
-
-
Save gander/fc080d676686429aa4cef314d4a770b3 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment