将多个包添加到项目中

ava*_*he1 2 meteor

如何通过命令行将多个包添加到我的项目中?我知道我可以通过批处理脚本执行此操作,但添加到.bat文件只执行第一行,然后退出.
例如run.bat:

meteor add mquandalle:stylus
meteor add coffeescript
meteor add mquandalle:jade
meteor add dburles:lazy

仅将第一个包添加到项目中.

ric*_*ilv 5

NPM风格:

meteor add mquandalle:stylus coffeescript mquandalle:jade dburles:lazy