Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bistre

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bistre

A command-line tool and module for printing colourful bole logs.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
226
decreased by-45.28%
Maintainers
1
Weekly downloads
 
Created
Source

bistre experimental

A command-line tool and module for printing colourful bole logs.

Usage

NPM

Install globally to use as a command-line tool:

npm install -g bistre

Simply pipe your bole output into the command-line tool, e.g.:

node server.js | bistre

Install locally to use as a module:

stream = bistre()

Creates a transform stream that takes line-delimted JSON logs as input and outputs ANSI-highlighted logs for you.

var bole = require('bole')
var pretty = require('bistre')()

bole.output({
    level: 'info'
  , stream: pretty
})

pretty.pipe(process.stdout)

bistre

See Also

License

MIT. See LICENSE.md for details.

Keywords

FAQs

Package last updated on 07 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc