我想使用gulp-Shell从gulp运行Shell命令。我看到以下成语正在被gulpfile使用。这是从gulp任务运行命令的惯用方式吗?var cmd = 'ls'; gulp.src('', {read: false}) ...
確定! 回上一頁