4 links
> Use a (gitignored) file for interactive scripting. Instead of entering a command directly into the terminal, write it to a file first, and then run the file. For me, I type stuff into make.ts and then run ./make.ts in my terminal (Ok, I need one Up Enter for that).
> The repeat-test library is my attempt to come up with a nicer API for writing property tests in TypeScript.
> Cross-platform shell tools for Deno and Node.js inspired by zx.