制作一个接受命令的脚本

在Linux或Mac上使用命令行参数运行Node.js脚本的正确语法是什么?

要运行没有参数的脚本,我只需使用命令node stuff.js ,但在这种情况下,我想运行一个名为stuff.js的脚本,其参数为"blah", "hee", "woohoo!"


请参阅http://nodejs.org/docs/latest/api/process.html#process_process_argv

总之,你会像运行它

node stuff.js blah hee "whoohoo!"

然后你的参数在process.argv中可用


如果你想做更复杂的东西,下面的模块真的很有用:

  • 由Benjamin Coe提供的yargs
  • TJ Holowaychuk指挥官
  • 大卫Caccavella vorpal
  • 由Isaac Schlueter提供
  • 为了好玩

  • 由Guillermo Rauch创作的cli-table
  • 节点万用表通过substack
  • 粉笔Sindre Sorhus

  • Nomnom是另一种可能的解决方案。

    链接地址: http://www.djcxy.com/p/32681.html

    上一篇: Make a script which accept command

    下一篇: How to use Facebook Graph API to read Instagram user