UNPKG

237 BJavaScriptView Raw
1/** This is an example Apemanfile to use apeman-demo-task */
2
3'use strict'
4
5module.exports = {
6 $pkg: { /* ... */ },
7 $tasks: {
8 // Define your own task.
9 'my-task-01': require('apeman-demo-task')({
10 // Options
11 })
12 }
13}