UNPKG
promised-exec
Version:
latest (1.0.1)
1.0.1
1.0.0
Promised execution of terminal command.
github.com/yakimchuk/promised-exec
yakimchuk/promised-exec
promised-exec
/
gulpfile.js
11 lines
(7 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
var
gulp, tasks; gulp =
require
(
'gulp'
); tasks = {
test
:
require
(
'./gulptask.test.js'
) }; gulp.
task
(
'test'
, tasks.
test
);