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) 137 B
'use strict'; var gulp = require('gulp'); gulp.task('process-test-resources', ['generate-test-resources'], function(cb) { cb(); });