1.0.1 • Published 12 months ago

colorful-terminal v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Colorful-terminal library

How to use it.

This library provides three methods { success , danger ,info}

first we have to create an instance of the library.

import {Log} from 'colorful-terminal'

Now we can use these methods.

//code 
Log.success("Congratulations")

Log.danger("No Danger")

Log.info("This is awesome")

Now use can see the change in the messages background on console.

for any query : Mail me or find me on Linkedin

1.0.1

12 months ago

1.0.0

12 months ago