2.0.4 • Published 3 days ago

@snowcrystals/icicle v2.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 days ago

Information

@snowcrystals/icicle is a logger package which you can use to print beautiful messages in the console. Apart from serving as a basic logger it also has a couple customisable settings.

Install

npm i @snowcrystals/icicle
yarn add @snowcrystals/icicle
pnpm add @snowcrystals/icicle

The following example is written using TypeScript, check the documentation for more information.

import { Logger } from "@snowcrystals/icicle";
const icicle = new Logger();
icicle.info("Hello World!"); // 2022-11-25 20:18:33 [INFO] » Hello World!

Documentation

The documentation (API Reference) can be found on our website

Author

👤 ijsKoud

Donate

This will always be open source project, even if I don't receive donations. But there are still people out there that want to donate, so if you do here is the link PayPal or to Ko-Fi. Thanks in advance! I really appriciate it <3

License

Project is licensed under the © MIT License


2.0.3

11 months ago

2.0.2

12 months ago

2.0.4

11 months ago

2.0.1

1 year ago

2.0.0

1 year ago

3.0.3

11 months 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