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