enogu
TypeScript icon, indicating that this package has built-in type declarations

0.6.2 • Public • Published

enogu

npm jsr pkg.pr.new

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

Features

⚡️ Zero dependencies - The minimum bundle size.

🦕 Deno Friendly - No permission flags are required to use Deno.

✨ Support NO_COLOR environment variable - Unofficial standard color disable option.

🌍 Multi-Runtime - Compatible with any JavaScript runtime, including Deno, Node.js and Bun.

Usage

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

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

console.log(green("Hello world!"));

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i enogu

Weekly Downloads

9

Version

0.6.2

License

MIT

Unpacked Size

9.09 kB

Total Files

5

Last publish

Collaborators

  • ryuapp