1.0.11 • Published 1 year ago

cherrylog v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

logo

📙Description

Turn debugging from a chore into a carnival with colorized logs that’ll make bugs dance away!

A refined console.log for coders with a taste for elegance.

Light, Clean & Simple

💾 Install

npm install cherrylog --save-dev

🛠️ Usage

import cherrylog from "cherrylog";

cherrylog("I'm blue Da ba dee da ba di")("blue");
cherrylog("It ain't easy being green.", true)("green");
cherrylog("Simply red!", 1, 2)("red");
cherrylog("Logging an object...", { name: "John" })(); // defaults to the delicious cherry color

image info

Development

📦 BUILD (builds to /dist directory)

npm run build

🔂 Increment version before publishing package

npm version patch

Test locally, before publish

  • (within the project's directory)
    • npm run build
    • npm link
  • (outside the project's directory - somewhere else to test our latest package changes)
    • npm link cherrylog (equivalent to npm install cherrylog)
    • import cherrylog from "cherrylog"
1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago