A tooling library for standard nodeJS functionallity with sync approach
- Node 16
base installation setup is optimized for WSL with puppeteer (I like it hard)
install the dependencies
npm i
run test once
npm run test
run test watcher (needs changages to run)
npm run test:watch
| component | status | description |
|---|---|---|
| log | ✅ | tooling to log on command line (OK, FAIL, WARN) |
| fs | ✅ | make file systems operations easier to handle and sync |
| convert | ✅ | converting data |