Last Updated: September 09, 2019
·
942
· imothee

Node.js isn't just for the server

Node.js doesn't have to just be for serving websites (although it's incredibly common).

Static site generators, command line tools (wintersmith, file hashers etc) can be written and served through npm for incredibly simple distribution.

Simply authorise yourself on npm and publish your module. Anyone with node.js and npm can then install your command line tools.