https://github.com/aurasphere/mean-console
Let the console express how it feels about your coding mistakes
https://github.com/aurasphere/mean-console
console javascript
Last synced: 11 months ago
JSON representation
Let the console express how it feels about your coding mistakes
- Host: GitHub
- URL: https://github.com/aurasphere/mean-console
- Owner: aurasphere
- License: mit
- Created: 2023-07-09T08:42:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T13:59:00.000Z (almost 3 years ago)
- Last Synced: 2025-07-21T23:47:27.095Z (12 months ago)
- Topics: console, javascript
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mean Console
Let the console express how it feels about your coding mistakes!
## Installation
npm install @aurasphere/mean-console
or
yarn add @aurasphere/mean-console
## Usage
Just import this package into your code:
import "@aurasphere/mean-console";
Then, you will get an extra message whenever `console.error` is invoked.