1.0.6 • Published 8 years ago

kj-utility-tool v1.0.6

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

Usage

npm i kj-utility-tool --save-dev

This command installs my debug tool that allows the application to suppress console logs unless debug is set to true

To use this tool wherever needed you need to require it using this line of code: const util = require('kj-utility-tool');

To run the server in debug mode use the command:DEBUG=true nodemon ./src/server.js

Sample Output

==============================
Server listening on port 3000
==============================
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago