Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nunomaduro/dd

✨ The most popular way of debugging in PHP is now available in JavaScript.
https://github.com/nunomaduro/dd

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


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](https://github.com/nunomaduro)**.

## 🚀 Quick start

```sh
# First, install:
yarn add @nunomaduro/dd --dev
```

```js
// 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**

- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L)
- Patreon: [Donate](https://www.patreon.com/nunomaduro)
- Github Sponsors: [Donate](https://github.com/sponsors/nunomaduro)

dd is open-sourced software licensed under the [MIT license](LICENSE.md).