0.0.4 • Published 10 months ago

noob_cli_alerts v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Noob Cli Alert

What it does: just prints some colorful cli msgs

How to use:

pnpm install noob_cli_alerts

import alert from "noob_cli_alerts";
or
const alert = require("noob_cli_alerts");

alert({ type: `info`, msg: `Luffy is awesome!` });
alert({ type: `error`, msg: `Something went wrong!` });
alert({ type: `warning`, msg: `cli-alerts are cool!` });
alert({ type: `success`, msg: `Everything finished!` });
alert({ type: `success`, msg: `Everything finished!`, name: `DONE` });

writing markdown is boring

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago