3.0.1 • Published 1 year ago

ampelstatus v3.0.1

Weekly downloads
3
License
LGPL-3.0+
Repository
github
Last release
1 year ago

Ampelstatus

A itty-bitty dependency-free module that provides status codes for use in CLI programs.

Examples

Deno

import {inf,wrn,err} from "https://deno.land/x/ampelstatus@v2.0.0/ampelstatus.ts"

Node

First...

npm i ampelstatus

Then...

import {inf,wrn,err} from "ampelstatus"

Usage

inf("This function did GREAT!!");
wrn("Uh Oh! Something Happened!");
err("The program's dead. It's entirely your fault. I hope you're happy.");

Doc

inf

Indicates an action has run successfully.

wrn

Indicates something has happened that could effect normal program function

err

Indicates a fatal error.

3.0.1

1 year ago

2.0.0

1 year ago

1.2.1

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago