Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 440 Bytes

File metadata and controls

19 lines (13 loc) · 440 Bytes

node-ts

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