Run command line before and after generation

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
xxltomcat
User
Posts: 107

Run command line before and after generation

Post by xxltomcat »

Hi, how to run any custom command line script before and after code generation?


arbei
User
Posts: 9424

Post by arbei »

You may use BeginGenerate and EndGenerate Events, see the topic Using User Code in the help file. You may also read:
//nodejs.org/docs/latest/api/child_process.html


xxltomcat
User
Posts: 107

Post by xxltomcat »

Thanks a lot, I will give It a try.


Post Reply