shkumesi
v1.1.1
Published
Terminal strings colorizer
Downloads
1
Readme
Shkumësi
Terminal strings colorizer
Features
- String color change
Installation
Install shkumesi with npm
1. npm install shkumesi
or npm i shkumesi
2. cd my-project
## Color Reference
| Color | Hex | | ------------ | ------ | | printDefault | White | | printSuccess | Green | | printWarning | Yellow | | printDanger | Red | | printInfo | Blue |
Usage/Examples
const {printDefault} = require('shkumesi');
printDefault(input: string)