Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nunomaduro/dd
- Owner: nunomaduro
- License: mit
- Created: 2019-12-19T22:07:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:23:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T04:55:07.777Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.15 MB
- Stars: 163
- Watchers: 6
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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).