UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

8 lines (6 loc) 133 B
'use strict'; var gulp = require('gulp'); gulp.task('process-test-sources', ['generate-test-sources'], function(cb) { cb(); });