# bestikk-log

> A simple console logger for your Node build scripts.

Latest version **1.0.0-beta.1** (published 2021-12-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install bestikk-log
pnpm add bestikk-log
yarn add bestikk-log
bun add bestikk-log
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-beta.1 |
| Published | 2021-12-28 |
| First published | 2016-09-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 4.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Guillaume Grossetie |
| Maintainers | ggrossetie |
| Keywords | logger, build, script, console |

## Links

- npm: https://www.npmjs.com/package/bestikk-log
- Repository: https://github.com/bestikk/bestikk-log
- Issues: https://github.com/bestikk/bestikk-log/issues
- npm.io page: https://npm.io/package/bestikk-log

## Dependencies (1)

- [colorette](https://npm.io/package/colorette.md) 2.0.16

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 1.0.0-beta.1 (latest) — 2021-12-28
- 1.0.0-alpha.2 — 2020-06-24
- 1.0.0-alpha.1 — 2020-06-24
- 0.1.0 — 2016-09-25

## README

# Bestikk Log

[![npm version](http://img.shields.io/npm/v/bestikk-log.svg)](https://www.npmjs.org/package/bestikk-log)
[![Build](https://github.com/bestikk/bestikk-log/workflows/Build/badge.svg)](https://github.com/bestikk/bestikk-log/actions?query=workflow%3ABuild)

A simple console logger for your Node build scripts.

## Install

    $ npm i --save-dev bestikk-log

## Usage

```javascript
import * as log from 'bestikk-log'

log.debug('So far, so good.')
log.info('Heads up')
log.warn('Warning!')
log.error('Oh snap!')
log.success('Well done!')

log.task('Compiling the universe')

log.transform('Uglify', 'index.js', 'index.min.js')
```

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