0.0.4 • Published 2 years ago

noob_cli_alerts v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago