1.6.0 • Published 8 months ago
@docsoc/util v1.6.0
util
Core utility functions for all DoCSoc tools, namely:
- A winston logger with a custom format
- Functions to help with FS operations
- 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.