0.5.1 • Published 10 months ago

enogu v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

enogu

npm deno.land/x jsr

enogu is a library for painting your terminal with colors.\ Inspired by Deno standard library @std/fmt/colors, chalk and picocolors.

// npm
import { red } from "enogu";

console.log(red("Hello, world!"));
// jsr
import { red } from "@ryu/enogu";

console.log(red("Hello, world!"));

Features

  • Zero dependencies
  • Support NO_COLOR environment variable
  • Comaptible with any JavaScript runtime, including Deno, Node.js and Bun
  • Faster than Deno std library @std/fmt/colors
0.5.0

10 months ago

0.5.1

10 months ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago