Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/debug
Yet another debug module written in Typescript
https://github.com/jacobbubu/debug
Last synced: 14 days ago
JSON representation
Yet another debug module written in Typescript
- Host: GitHub
- URL: https://github.com/jacobbubu/debug
- Owner: jacobbubu
- License: mit
- Created: 2019-10-07T11:50:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:12:35.000Z (about 2 years ago)
- Last Synced: 2024-12-14T11:19:14.412Z (about 1 month ago)
- Language: TypeScript
- Size: 735 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# @jacobbubu/debug
[![Build Status](https://travis-ci.org/jacobbubu/debug.svg)](https://travis-ci.org/jacobbubu/debug)
Yet another [debug](https://github.com/visionmedia/debug) module written in typescript.
## Install
```b ash
npm install
```## Run Example
``` bash
npm run example:ex1
```Got the output:
![ex1's output](./docs/ex1-1.png)