# Package Overview

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

#### Installation

```bash
npm install --save tampered-console
```

{% hint style="info" %}
Tampered Console is also released in GitHub Packages. \
See [Installation](https://tampered-console.js.org/installation).
{% endhint %}

**Example**

{% code title="index.js" %}

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

{% endcode %}

{% hint style="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 2119*](https://tools.ietf.org/html/rfc2119)*.*
{% endhint %}
