1.1.1 • Published 3 years ago
shkumesi v1.1.1
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)