# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tampered-console.js.org/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
