JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q28688F
  • License MIT

Stylish console logs with themes, emojis, and gradients.

Package Exports

  • console-glow
  • console-glow/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (console-glow) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🌈 console-glow

Stylish console logging with themes, emojis, and color — for developers who like their CLI with ✨ personality.

npm version License Bundle Size

🚀 Features

  • 🎨 Multiple themes: neon, hacker, retro, matrix, and more
  • ✅ Predefined log types: success, error, warn, info
  • 🔍 Log levels with filtering capability
  • 📦 Log to file with automatic rotation
  • 💡 Chainable API: glow.theme('neon').log("Hello")
  • ⚡ Lightweight & zero dependencies
  • 🧠 First-class TypeScript support
  • 📝 ASCII art and boxed message formatting
  • 🕵️‍♂️ Metadata support for debugging
  • 📜 Log history with export options

📦 Installation

npm install console-glow
# or
yarn add console-glow
# or
pnpm add console-glow