four things tagged “node”
ZX is a Node-based Scripting Tool by Google
Lovely little wrappers around child_process
, it looks like. I love Bun’s shell-scripting feature and am glad to note that the same elegant (eye of the beholder, leave me alone) syntax is available in Node via zx.
The Art of Node
by maxogden
The Art of Node # An introduction to Node.js # This document is intended for readers who know at least a little bit of a couple of things: a scripting language like JavaScript, Ruby, Python, Perl, etc. If you aren’t a programmer yet then it is probably easier to start by reading JavaScript for…
Single-binary Compilers for Node
Nexe and pkg are two compilers that create self-contained executables out of your Node scripts. Deno introduced this in a recent release, which got me looking for Node-based alternatives.…