esdoc / esdoc-plugins

MIT License
140 stars 77 forks source link

WIP: Fix #20 manual overwrite #83

Open phueper opened 5 years ago

phueper commented 5 years ago

Hi, just out of curiosity, would you consider a change like this?

Basically it allows an object as part of the files array in manual with a src and destPrefix field to allow to have same named files in different output locations.

It would resolve my usecase for this, which is to generate CHANGELOG files from a monorepo to different subdirectories.

fixes #20