Open Glavin001 opened 11 years ago
See http://tjholowaychuk.com/post/9103188408/commander-js-nodejs-command-line-interfaces-made-easy
Use commander.js: https://github.com/visionmedia/commander.js
For more info use
node server.js --help
Example:
node server.js --port 8123 -rethinkdb localhost
See http://tjholowaychuk.com/post/9103188408/commander-js-nodejs-command-line-interfaces-made-easy
Use commander.js: https://github.com/visionmedia/commander.js