# @jden/debug

> like npm.im/debug with automatic module name branding

Latest version **1.0.0** (published 2015-05-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install @jden/debug
pnpm add @jden/debug
yarn add @jden/debug
bun add @jden/debug
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-05-22 |
| First published | 2015-05-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | jden |
| Maintainers | jden |
| Keywords | debug |

## Links

- npm: https://www.npmjs.com/package/@jden/debug
- Repository: git@github.com:jden/debug
- Homepage: https://github.com/jden/debug
- Issues: https://github.com/jden/debug/issues
- npm.io page: https://npm.io/package/@jden/debug

## Dependencies (1)

- [debug](https://npm.io/package/debug.md) ^2.2.0

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-05-22

## README

# @jden/debug
npm.im/debug but automatic

## usage
```js
var debug = require('@jden/debug')
debug('hello')
```

## example
```
  @jden/debug:test.js test +0ms
  @jden/debug:test/test.js test in another file +0ms
```

Based on the [`debug`](https://www.npmjs.com/package/debug) module you know and love,
but it automatically fills in the package name and relative file path for you to reduce
boilerplate.


## api

just require in in each module you want to debug from and call it with things you want to debug

just like the original `debug` module, you can control which modules' debug output is shown with
the `DEBUG` environment variable. See https://www.npmjs.com/package/debug#usage

## installation

    $ npm install @jden/debug


## contributors

- jden <jason@denizac.org>


## license

ISC. (c) MMXV jden <jason@denizac.org>. See LICENSE.md

---
_Source: https://npm.io/package/@jden/debug · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
