1.0.8 • Published 7 years ago

npm_util_tool v1.0.8

Weekly downloads
12
License
ISC
Repository
github
Last release
7 years ago

NPM Utility Tool

A tool used for Debugging!

Installation

npm install npm_util_tool

Usage

In order to start the debug tool you must add "DEBUG=true" in the front of "nodemon lib/util.js"

Example Usage

const util = require('./util');

//bump versions (patch, minor, major)
const patch = util.bump('3.3.3', 'patch');
const minor = util.bump('3.3.3', 'minor');
const major = util.bump('3.3.3', 'major');

//success
util.debug('patch', patch, false);
util.debug('minor', minor, true);

//error
util.debug('major', major, false);
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