1.0.5 • Published 3 years ago

log-styled v1.0.5

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

libreria para la presonalizacion de mensajes por consola

import log-styled

const { loading, Info, Warn, Err } = require('./index.js')

Example using

// const app = loading("EFICIENCIA".blue)
let informacion = Info("a su maquina")

setTimeout(() => {
    informacion.stop()
    let Advertencia = Warn("a su maquina")
    setTimeout(() => {
        Advertencia.stop()
        let Error = Err("a su maquina")
        setTimeout(() => {
            Error.stop("hello world")
        }, 1000 * 3)
    }, 1000 * 3)
}, 1000 * 3)
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago