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.
npm install @docsoc/util
Run nx build util
to build the library.
Run nx test util
to execute the unit tests via Jest.