UNPKG

380 BJavaScriptView Raw
1/**
2 * This is example Apemanfile to use "apeman-task-contrib-coz".
3 */
4
5"use strict";
6
7module.exports = {
8 $package: {/*...*/},
9 $tasks: {
10 "structure-my-project": {
11 "$worker": "apeman-task-contrib-coz",
12 // Render coz
13 "$options": [
14 "lib/**/.*.bud",
15 "test/**/.*.bud"
16 ]
17 }
18 }
19};
\No newline at end of file