@docsoc/util
v2.0.2
Published
Core utility functions for all DoCSoc tools, namely:
Readme
util
Core utility functions for all DoCSoc tools, namely:
- A winston logger with a custom format
- Functions to help with FS operations
- A
movefunction to move files into a directory.
Installation
npm install @docsoc/util
Building
Run npm run build
Running unit tests
Run npm run test to execute the unit tests via Jest.
