Skip to content

Instantly share code, notes, and snippets.

@gander
Created August 26, 2025 12:19
Show Gist options
  • Save gander/fc080d676686429aa4cef314d4a770b3 to your computer and use it in GitHub Desktop.
Save gander/fc080d676686429aa4cef314d4a770b3 to your computer and use it in GitHub Desktop.
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) ⚠️ LARGER
Security npm audit Permission-based ✅ ENHANCED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment