ehmicky

ehmicky

NetlifyNetlify
Lead back-end developer
34 points

Forums

ehmicky

7yr ago

unix-permissions - Swiss Army knife for Unix permissions

Unix file permissions can take many shapes: symbolic (ug+rw), octal (660) or a list of characters (drw-rw----). This library enables using any of these (instead of being limited to a single one) with any Node.js or CLI command.

ehmicky

7yr ago

log-process-errors - Show some 🖤 to Node.js process errors.

Node.js prints process errors (uncaughtException, warning, unhandledRejection, rejectionHandled) on the console which is very useful. Unfortunately those errors are not developer-friendly.
This library fixes that.
ehmicky

6yr ago

test-each - 🤖 Repeat tests. Repeat tests. Repeat tests.

test-each is a Node.js library to repeat tests using different inputs (Data-Driven Testing):
- test runner independent
- generates test titles
- cartesian product
- fuzz testing