All Projects → appstract → dd.js

appstract / dd.js

Licence: MIT license
Laravel dd() in JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dd.js

dd
This package will add the dd and dump helpers to your Phalcon application.
Stars: ✭ 17 (-66.67%)
Mutual labels:  dump, dd
moneta
Moneta is a live usermode memory analysis tool for Windows with the capability to detect malware IOCs
Stars: ✭ 384 (+652.94%)
Mutual labels:  dump
Dumpclass
Dump classes from running JVM process.
Stars: ✭ 156 (+205.88%)
Mutual labels:  dump
solrdump
Export SOLR documents efficiently with cursors.
Stars: ✭ 33 (-35.29%)
Mutual labels:  dump
Cehv10 Notes
📕 Both personal and public notes for EC-Council's CEHv10 312-50, because its thousands of pages/slides of boredom, and a braindump to many
Stars: ✭ 170 (+233.33%)
Mutual labels:  dump
godump
Dumps information about a variable Like var_dump() in php.
Stars: ✭ 54 (+5.88%)
Mutual labels:  dump
Dumpling
Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Stars: ✭ 134 (+162.75%)
Mutual labels:  dump
GenDumper
An open-source Sega Genesis / Mega Drive cart dumper
Stars: ✭ 40 (-21.57%)
Mutual labels:  dumper
laravel-database-manager
Make your database simple, easier and faster with vuejs.
Stars: ✭ 50 (-1.96%)
Mutual labels:  dump
pagebuster
PageBuster - dump all executable pages of packed processes.
Stars: ✭ 188 (+268.63%)
Mutual labels:  dump
telegram-bot-dumper
🔪 Dumper & ripper for Telegram bots by token
Stars: ✭ 82 (+60.78%)
Mutual labels:  dumper
Laravel Tinker Server
Tinker with your variables while working on your Laravel application
Stars: ✭ 203 (+298.04%)
Mutual labels:  dump
appdecrypt
appdecrypt is a tool to make decrypt application encrypted binaries on macOS when SIP-enabled
Stars: ✭ 447 (+776.47%)
Mutual labels:  dump
Pwned
A command-line tool for querying the 'Have I been pwned?' service.
Stars: ✭ 161 (+215.69%)
Mutual labels:  dump
symdump
Dumper for PSX SYM debug files
Stars: ✭ 28 (-45.1%)
Mutual labels:  dumper
Laravel Artisan Dd
Quickly run some code via Artisan
Stars: ✭ 136 (+166.67%)
Mutual labels:  dump
LuaKit
Lua核心工具包,包含对面向对象,组件系统(灵活的绑定解绑模式),mvc分模块加载,事件分发系统等常用模式的封装。同时提供打印,内存泄漏检测,性能分析等常用工具类。
Stars: ✭ 112 (+119.61%)
Mutual labels:  dump
cassandra-exporter
Simple Tool to Export / Import Cassandra Tables into JSON
Stars: ✭ 44 (-13.73%)
Mutual labels:  dump
var-trumper
Make VarDumper great again
Stars: ✭ 16 (-68.63%)
Mutual labels:  dump
console log
A rust logger that routes messages to the browser's console.
Stars: ✭ 67 (+31.37%)
Mutual labels:  console-log

dd.js

Latest Version on NPM Software License

Super simple JavaScript function for console logging, inspired by the Laravel dd() and dump() functions.

Install

You can install the package via npm or yarn:

$ npm install dd.js
$ yarn add dd.js

Usage

require('dd.js');

dump(foo, bar); // This is just a plain console.log

dd(foo, bar); // This will throw an exception after the logging to try to stop further execution

Contributing

Contributions are welcome, thanks to y'all :)

About Appstract

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].