{
    "parameter": [
        "modulePath",
        "bpmn", 
        "usertask"
    ],
    "method": "copyMethod",
    "scaffond_config": {
        "bpmn": {
            "from": "bpmn",
            "to": "resources/js/components/{{modulePath}}/main-app/{{bpmn}}"
        },
        "usertask": {
            "from": "usertask",
            "to": "resources/js/components/{{modulePath}}/main-app/{{bpmn}}/usertask/{{usertask}}"
        },
        "root": {
            "from": "root",
            "to": "resources/js/components/{{modulePath}}/main-app"
        }
    },
    "after_generate_message" : "Terimakasih sudah menggunakan \nSilahkan tambahkan `resources/js/components/{{modulePath}}/main-app/RootIndex` ke `resources/js/app.js` \nBiasanya formatnya  `import './components/{{modulePath}}/main-app/RootIndex';`"
}