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.
- Host: GitHub
- URL: https://github.com/itsjonq/stephen.log
- Owner: ItsJonQ
- Created: 2018-04-18T16:05:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T16:17:12.000Z (over 8 years ago)
- Last Synced: 2025-03-03T08:15:21.415Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌈 stephen.log [](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).