shelljs https://github.com/shelljs/shelljs实例var shell = require('shelljs'); if (!shell.which('git')) { shell.echo('Sorry, ...
確定! 回上一頁