Hacker News new | ask | show | jobs
Show HN: Cli tool to manage multiple Vagrant boxes (github.com)
2 points by MunGell 3428 days ago
1 comments

Sounds great, but then I saw:

    $ npm install -g vgm
Nope. Nope nope nope.

Stop using nodejs to write simple shell tools, particularly when it's just a wrapper for another tool and could be done in a couple of dozen lines of shell script, with no dependencies.