ehmicky

ehmicky

NetlifyNetlify
Lead back-end developer
33 points
All activity
Introducing Netlify Build Plugins - Get Jamstack Automation. In one-click, you can install plugins that cache files, check for broken links, trigger testing, & more—every time you deploy or build your Netlify site. You can even create your own and share it!
Netlify Build PluginsOptimize your site & boost developer workflow at every build
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
test-each
test-each🤖 Repeat tests. Repeat tests. Repeat tests.
ehmickyleft a comment
Feel free to give me any feedback about this library, thanks!
log-process-errors
log-process-errorsShow 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.
log-process-errors
log-process-errorsShow some 🖤 to Node.js process errors.
ehmickyleft a comment
Feel free to post any issues on GitHub!
unix-permissions
unix-permissionsSwiss 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.

unix-permissions
unix-permissionsSwiss Army knife for Unix permissions

Cross-platform Node.js guide
Cross-platform Node.js guideHow to write cross-platform Node.js code