An open API service indexing awesome lists of open source software.

https://github.com/itsjonq/stephen.log

🌈stephen.log: It's like console.log, but with Stephen.
https://github.com/itsjonq/stephen.log

Last synced: 10 months ago
JSON representation

🌈stephen.log: It's like console.log, but with Stephen.

Awesome Lists containing this project

README

          

# 🌈 stephen.log [![npm version](https://badge.fury.io/js/stephen.log.svg)](https://badge.fury.io/js/stephen.log)

> It's like `console.log`, but with Stephen.

## 🔧 Installation

```
npm install --save stephen.log
```

## 🕹 Usage

Use `stephen` in place of `console`.

```js
import stephen from 'stephen.log'

stephen.log('Hello!')
// Stephen logs: Hello
```

`stephen` supports all of the [methods from `console`](https://developer.mozilla.org/en-US/docs/Web/API/Console).