Package Overview

Introduction

This package is meant to be a console decorator which adds prefixes and/or suffixes to process standard streams.

Installation

npm install --save tampered-console
circle-info

Tampered Console is also released in GitHub Packages. See Installation.

Example

index.js
const Console = require('tampered-console');
Console.log('hello world!');
circle-info

The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119arrow-up-right.

Last updated