All Projects → nunomaduro → Dd

nunomaduro / Dd

Licence: mit
✨ The most popular way of debugging in PHP is now available in JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language

dd

GitHub license

The most popular way of debugging in PHP is now available in JavaScript.

dd was carefully crafted to simplify the debugging of your JavaScript code directly from your terminal. It was created and maintained by Nuno Maduro.

🚀 Quick start

# First, install:
yarn add @nunomaduro/dd --dev
// Then, use it:
import dd from '@nunomaduro/dd';

dd({ foo: 'bar' });

// Throws an error:
dd({ foo: 'bar' }).exit();

💖 Support the development

Do you like this project? Support it by donating

dd is open-sourced software licensed under the MIT license.

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].