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🤖 Repeat tests. Repeat tests. Repeat tests.
ehmickyleft a comment
Feel free to give me any feedback about this library, thanks!

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-errorsShow some 🖤 to Node.js process errors.
ehmickyleft a comment
Feel free to post any issues on GitHub!

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-permissionsSwiss Army knife for Unix permissions
ehmickyleft a comment
This guide is based on my personal experience running cross-platform Node.js. Feel free to comment here or add a GitHub issue if you find any errors or want to add more information.

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

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

