I am writing a small command line utility using Node and needed to get named arguments from the command line. A quick Google search led me down crazy complicated rabbit holes and (of course) a bunch of recommendations to just install npm modules. There ain’t no way I’m installing an npm module to READ COMMAND…

Read More