1.1.2 • Published 8 years ago

kj_utility_tool v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

UtilityTool2.0

Codeship Status for KJGilkes/UtilityTool2.0

Usage

This debugging tool displays information about your application.

Installation

To install this tool use the command:

npm i --save kj_utility_tool

To run the application in debug mode you will need to run:

DEBUG=true npm start

Debugging

To use this debug tool in the application you must put this line at the top of the file if it is not already there.

const utility = require('kj_utility_tool');

After the tool has been included you can then console log any information using this line of code.

utility.debug('Message to be displayed.', Status Code);

Sample

utility.debug('App route has been hit.', 200);

Response

App route has been hit. 200
===========================
1.1.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago