New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

colorate

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorate

A simple and lightweight terminal stylizer.

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
15
114.29%
Maintainers
1
Weekly downloads
 
Created
Source

Colorate

A simple and lightweight terminal stylizer.

Repository | Package | Releases | Discussions

npm i colorate

Features

  • TypeScript friendly
  • Fully tree-shakeable
  • No dependencies

Usage

import { cl, bold, lime, n } from 'colorate'

cl(bold(lime('colorate ')) + '💬 Package info...', n)

API

Text ColorsBackground ColorsText StylesConsole Aliases
amber()bgAmber()bold()cl()
black()bgBlack()crossout()cw()
blue()bgBlue()darken()ce()
cyan()bgCyan()hidden()n
gray()bgGray()invert()
green()bgGreen()italic()
indigo()bgIndigo()reset()
lime()bgLime()underline()
magenta()bgMagenta()
pink()bgPink()
red()bgRed()
rose()bgRose()
silver()bgSilver()
sky()bgSky()
white()bgWhite()
yellow()bgYellow()

Community

Feel free to use the official discussions for any additional questions.

License

Developed in 🇭🇷 Croatia

Released under the MIT license.

© Ivo Dolenc

Keywords

cli

FAQs

Package last updated on 25 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts