Skip to content

Latest commit

 

History

History

util

util

Core utility functions for all DoCSoc tools, namely:

  1. A winston logger with a custom format
  2. Functions to help with FS operations
  3. A move function to move files into a directory.

Installation

npm install @docsoc/util

Building

Run nx build util to build the library.

Running unit tests

Run nx test util to execute the unit tests via Jest.