@aravindh-arumugam/dev-log
v1.0.0
Published
A development logging utility with a beautiful glassmorphic UI
Maintainers
Readme
dev-log
A beautiful development logging utility with a glassmorphic UI.
Features
- 🎨 Beautiful glassmorphic UI
- 📝 Easy-to-use logging API
- 🔍 Collapsible object/array views
- 🎭 Framer Motion animations
- 🎯 Development-only logging
- 🎮 Floating toggle button
- 🎯 Log level badges (info, warn, error)
Installation
pnpm add dev-logUsage
import devlog from 'dev-log';
// Log info
devlog('info', 'User loaded', userData);
// Log warnings
devlog('warn', 'API rate limit approaching');
// Log errors
devlog('error', 'Failed to fetch data', error);Development
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm previewLicense
ISC
