0.1.0 • Published 1 year ago

az-konsol v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

How to use

  1. Install the packcages by typing npm install az-konsol
  2. Create some file called index.js or something
  3. and then do like this ⬇️

Font colors examples:

const { fc_green } = require('az-konsol')
console.log(fc_green('Hai'))

// or u can do like this

const konsol = require('az-konsol')
console.log(konsol.fc_green('Hai Axzura'))

Avaibl

e color

-> magenta
-> yellow
-> black
-> green
-> blue
-> red
-> white
-> cyan
-> gray

Other tools examples :

const {
    c_log,
    c_err,
    c_warning,
    c_success,
    c_clear
} = require('az-konsol')

c_log('Normal console.log')
c_err('Failed logs')
c_success('success logs')
c_warning('Warning logs')

c_clear() // clearing console
0.1.0

1 year ago

0.0.0

1 year ago