baseutils-4js

A library of common error, logging and helper utilities for node.js apps

Usage no npm install needed!

<script type="module">
  import baseutils4js from 'https://cdn.skypack.dev/baseutils-4js';
</script>

README

baseutils-4js

Description

This is a general purpose library for Node.js (>=10.0.0) providing simple modules to faciliate uniform creation of error objects, safer file system checks and a logger object based on Pino.

Project Stats

Known Vulnerabilities

Documentation

You are requested to refer to the source of three modules under lib folder, till a detailed documentation is provided here.

How to install

The package can be installed using regular npm command, in the root folder of your project.

npm install --save baseutils-4js