2.0.0 • Published 7 months ago

@f0c1s/color-green v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 months ago

@f0c1s/color-green

A node/npm library that changes text color to green.

Related projects

NameNPM packageGitHub repo
color-blacknpmgithub
color-bluenpmgithub
color-cyannpmgithub
color-greennpmgithub
color-magentanpmgithub
color-rednpmgithub
color-whitenpmgithub
color-yellownpmgithub
random-colored-stringnpmgithub

installation and usage

npm install @f0c1s/color-green
import green from "@f0c1s/color-green";
// const {default: green} from "@f0c1s/color-green";

console.log(green("This text is green"));

development

npm run build

node
> const {default: green} = await import("./dist/index.js")
> green("what")
'\x1B[32mwhat\x1B[0m'
> console.log(green("what"))
what

License

MIT License

Copyright (c) 2019-2025 Anubhav Saini