外壳运行shell命令与其他CLI工具进行交互的好方法。
例如,使用gitbranch获得当前的Gitgitbranch。
安装$npminstall--save-devgrunt-shell用法require('load-grunt-tasks')(grunt);grunt.initConfig({ shell:{ options:{ stderr:false }, target:{ command:'ls' }, another:'ls./src'//Shorthand }});grunt.registerTask('default',['shell']);例子运行命令创建一个名为test的文件夹。
grunt.initConf
1