ehmicky

ehmicky

NetlifyNetlify
Lead back-end developer
33 points

Links

Badges

Top 5 Launch
Top 5 Launch
Veteran
Veteran

Maker History

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.
View more