1.0.13 • Published 8 years ago

mm-utility-tool v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

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