Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "debugutil", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Debug Utility Tool with Logging", | ||
@@ -5,0 +5,0 @@ "main": "src/debug.js", |
## debugutil | ||
A debug utility tool with logging created for my Deployment of Web Applications class at Full Sail University | ||
A debug utility tool with logging created for Deployment of Web Applications class at Full Sail University | ||
## installation | ||
In Terminal, run the following command: | ||
```javascript | ||
npm install debugutil | ||
``` | ||
## logging | ||
To enable logging you must start your server using the following: | ||
```javascript | ||
DEBUG=true | ||
``` | ||
To disable logging you must start your server using the following: | ||
```javascript | ||
DEBUG=false | ||
``` | ||
## other | ||
You can change the display color of messages in src/debug.js via [cli-color](https://www.npmjs.com/package/cli-color). |
@@ -1,2 +0,2 @@ | ||
// UDebug Utility with Logging by Melony Smith | ||
// Debug Utility with Logging by Melony Smith | ||
@@ -3,0 +3,0 @@ // dependencies |
1645
22