Skip to content

LoliPop is a useful Node.js module that reworks logging to the console.

Notifications You must be signed in to change notification settings

meropis/LoliPop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92e2e99 · Aug 7, 2022

History

6 Commits
Aug 7, 2022
Aug 7, 2022
Aug 7, 2022
Aug 7, 2022

Repository files navigation

About

LoliPop is a useful Node.js module that reworks logging to the console.

  • More suited to hand placement
  • Efficient
  • Easy to use

Example Usage

Install LoliPop:

npm install lolipop

Start logging:

const { lp } = require('lolipop');

lp("install lolipop!", "12.3", 12.3, {foo: 12, bar: 0.3}, undefined, [1, 2, 3]);

Output:

"install lolipop!": string
"12.3": string
12.3: number
[object Object]: {"foo":12,"bar":0.3}
undefined
array: [1,2,3]

Links

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested.

About

LoliPop is a useful Node.js module that reworks logging to the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published