1.0.7 • Published 11 months ago

pip-core v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

A collection of utility functions and a logger

Logger -

  • File or Console
  • Event Emitter based

Usage:

const config = {
    "logPath": __dirname,
    "logTo": ['file','console'],
    "devLogTags": [],
    "logVerbosity": "v"
}
const util = require("pip-core")
const log = util.logger(config)
1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago