The Wolf Report 🐺
Handcrafted artisan links by Michael Wolfenden
In this blog post, we learn how to implement shell scripts via Node.js ESM modules. There are two common ways of doing so: We can write a stand-alone script and install it ourselves. We can put our script in an npm package and use a package manager to install it. That also gives us the option to publish the package to the npm registry so that others can install it, too.
Handcrafted artisan links by Michael Wolfenden