@docsoc/util
v1.6.0
Published
Core utility functions for all DoCSoc tools, namely:
Downloads
152
Readme
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.