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

https://github.com/recidvst/pretty-console

Prettifying the browser console for easier reading of objects etc.
https://github.com/recidvst/pretty-console

chrome-extension console javascript prettyify wrapper

Last synced: about 1 month ago
JSON representation

Prettifying the browser console for easier reading of objects etc.

Awesome Lists containing this project

README

          

# Pretty Console
Prettifying the browser console with a new console method - making it easier to read and the argument type immediately clear.

- Use 'console.p()' as if it were 'console.log()';
- Displays your passed argument in a clearer, colour-coded fashion.
- Switch back to log or trace etc. for more specific debugging.
- Default colour scheme provided in colourScheme.js - edit to choose your own.
- Repo is set-up as a chrome extension but not published.

!['Pretty console example'](https://github.com/Recidvst/pretty-console/blob/master/images/sshot-small.PNG "Pretty console example")

### To-do
- Add configurable, multi-option colour scheme support.
- Possible object improvements.