This is a compilation of my scripts that I don't really know where to documents. I am just dumping them here for no reason. I also use this as a boilerplate for writing quick Node.js - TypeScript scripts.
Assuming node v24.2.0
installed:
Install dependencies in your teminal:
npm install
While most of the scripts will export functions, you can execute their tests like so:
node --test <sript>.test.ts