Thor equivalent or similar scripting framework for Javascript?
Is there a Thor equivalent (ruby tool) or simi开发者_如何学编程lar scripting framework for Javascript that could be used to build scripts?
You may be looking for something like nomnom. It provides really good support for parsing options, providing usage, etc.
https://github.com/harthur/nomnom
Also, there is commander.js which offers prompt support (passwords, etc.)
https://github.com/visionmedia/commander.js
http://howtonode.org/intro-to-jake is a rake-equivalent in Javascript, used by Node.js
精彩评论