UNPKG

300 BJavaScriptView Raw
1/**
2 * This is example Apemanfile to use "apeman-task-contrib-chmod".
3 */
4
5"use strict";
6
7module.exports = {
8 $pkg: {/*...*/},
9 $tasks: {
10 // Define your own task.
11 "my-task-01": require('apeman-task-contrib-chmod')("755 bin/**/*.sh", "755 ci/bin/**/*.sh", {
12
13 });
14 }
15};
\No newline at end of file