1.1.1 • Published 3 years ago

shkumesi v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Shkumësi

Terminal strings colorizer

Logo

Features

  • String color change

Installation

Install shkumesi with npm

  1. npm install shkumesi
  or npm i shkumesi
  2. cd my-project
## Color Reference
ColorHex
printDefaultWhite
printSuccessGreen
printWarningYellow
printDangerRed
printInfoBlue

Usage/Examples

const {printDefault} = require('shkumesi');

printDefault(input: string)