# custom-clg-chaning-js

> Log para consola personalizado.

Latest version **1.1.1** (published 2020-12-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install custom-clg-chaning-js
pnpm add custom-clg-chaning-js
yarn add custom-clg-chaning-js
bun add custom-clg-chaning-js
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2020-12-03 |
| First published | 2020-12-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Sebastián Moreno Saavedra |
| Maintainers | chaning38 |
| Keywords | conlole, log, custom, clg |

## Links

- npm: https://www.npmjs.com/package/custom-clg-chaning-js
- Repository: https://github.com/Sebastian197/custom-clg-chaning-js
- Homepage: https://github.com/Sebastian197/custom-clg-chaning-js#readme
- Issues: https://github.com/Sebastian197/custom-clg-chaning-js/issues
- npm.io page: https://npm.io/package/custom-clg-chaning-js

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.1.1 (latest) — 2020-12-03
- 1.1.0 — 2020-12-02
- 1.0.0 — 2020-12-02

## README

# Custom Console Log

Libreria de consola para mostrar diferentes estilos a los mensajes por consola.

## Instalación

```
npm install -D custom-clg-chaning-js
```

## Uso

Para usarlo seguir las instrucciones.

```javascript
const log = require("custom-clg-chaning-js");

log.ok("Los datos se han enviado correctamente!");
```

## Ejemplos

### Mensajes de tipo confirmación "ok"

```javascript
log.ok("Los datos se han enviado correctamente!");
```

### Mensajes de tipo información "info"

```javascript
log.info("Los datos estan correctos!");
```

### Mensajes de tipo error "error"

```javascript
log.error("Ha ocurrido un error con los datos recibidos!");
```

### Mensajes de tipo warning "warning"

```javascript
log.warning("Debes tener precaución!");
```

---
_Source: https://npm.io/package/custom-clg-chaning-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
