1.0.1 • Published 2 years ago

colorful-terminal v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.0

2 years ago