1.0.13 • Published 7 years ago

mm-utility-tool v1.0.13

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

Utility Tool

Deployment of Web Applications

Installation

download repo and navigate to folder with terminal run

npm install

Usage

###Debug the debug too take 3 arguments a title, body and status, status has three option error, success and warning see sample usage DEBUG should also be true

const util = require('./utility-tool.js');
const test = util.debug('my warning', 'stuff', 'error');

Sample Debugging msg

error
==============DEBUGGING=============
MY warning
==============DEBUGGING=============
 MSG: "this is debugging tool"

TIME: 1/24/2017, 2:14:45 AM

From Git

npm install mm-utility-tool --sav-dev

Usage

##Debugging

start up server in debug mode by adding

DEBUG=true
1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago