Tampered Console
Version 2
Version 2
  • Package Overview
  • Installation
  • Usage
    • Usage Overview
    • Global Console
      • Options
  • Features
  • Namespace
  • Debug
  • Formatting
  • Inspect
  • Acknowledgement
    • Depedencies
  • GitHub
    • Repository
    • Report Issues
  • License
Powered by GitBook
On this page

Was this helpful?

Package Overview

Introduction

NextInstallation

Last updated 3 years ago

Was this helpful?

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

Tampered Console is also released in GitHub Packages. See .

Example

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

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 .

Installation
RFC 2119