Giter Site home page Giter Site logo

mezotv / chalk-advanced Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 15 KB

Chalk-advanced is a library that allows you to color your console output.

Home Page: https://www.npmjs.com/package/chalk-advanced

License: MIT License

JavaScript 100.00%
chalk chalkjs npm-module npm-package npmjs chalk-advanced nodejs

chalk-advanced's Introduction

chalk-advanced

Chalk-advanced is a library that allows you to color your console output. This tool is used by projects like Would You Bot.

npm

size

downloads

Quick Links

Installation

Install chalk-advanced with npm

  npm install chalk-advanced

Install chalk-advanced with yarn

  yarn add chalk-advanced

Code Examples

const { ChalkAdvanced } = require('chalk-advanced');

console.log(ChalkAdvanced.red('Hello World!'));
const { red } = require('chalk-advanced');

console.log(red('Hello World!'));
const { rgb } = require('chalk-advanced');

console.log(rgb(250, 30, 107, "Hello World!"));

Colors

  • black(text):
  • red(text):
  • green(text):
  • yellow(text):
  • blue(text):
  • magenta(text):
  • cyan(text):
  • white(text):
  • gray(text):
  • redBright(text):
  • greenBright(text):
  • yellowBright(text):
  • blueBright(text):
  • magentaBright(text):
  • cyanBright(text):
  • whiteBright(text):
  • bgBlack(text):
  • bgRed(text):
  • bgGreen(text):
  • bgYellow(text):
  • bgBlue(text):
  • bgMagenta(text):
  • bgCyan(text):
  • bgWhite(text):
  • bgRedBright(text):
  • bgGreenBright(text):
  • bgYellowBright(text):
  • bgBlueBright(text):
  • bgMagentaBright(text):
  • bgCyanBright(text):
  • bgWhiteBright(text):
  • bold(text):
  • dim(text):
  • italic(text):
  • underline(text):
  • inverse(text):
  • hide(text):
  • strikethrough(text):
  • hex(code, text):
  • hsl(h, s, l, text):
  • rgb(r, g, b, text):

Contributors

image

chalk-advanced's People

Contributors

marcwebdev avatar mezotv avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.