Skip to content

Instantly share code, notes, and snippets.

@spemer
Last active January 22, 2018 09:36
Show Gist options
  • Save spemer/7e77070da3190a2ca13e602ac6891360 to your computer and use it in GitHub Desktop.
Save spemer/7e77070da3190a2ca13e602ac6891360 to your computer and use it in GitHub Desktop.
var gulp = require('gulp');
gulp.task('taskname', function(){
console.log('\nHello world!\n');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment