Gulp 試玩

npm install gulp -g
npm install gulp --save-dev

touch gulpfile.js
var gulp = require('gulp');

gulp.task('default', function() {
});