UNPKG

promised-exec

Version:

Promised execution of terminal command.

11 lines (7 loc) 142 B
'use strict'; var gulp, tasks; gulp = require('gulp'); tasks = { test: require('./gulptask.test.js') }; gulp.task('test', tasks.test);