/node-shell

Stuff to make shell scripting in node easier.

Primary LanguageTypeScript

TODO: implement run command that runs via node --loader ts-node/esm TODO: implement bundle command that bundles via esbuild

yarn esbuild --bundle --platform=node --outfile=bundle.js ./cli.ts