reuters-graphics / bluprint

Dead-easy application scaffolding and CLI.
MIT License
7 stars 2 forks source link

[Q] can I use bluprints afterward ? #33

Open Fred-Vatin opened 1 year ago

Fred-Vatin commented 1 year ago

Hi,

Sometimes (most ?) you need template to start a project but later, you may need other files from another bluprint. Can I use a bluprint in my working dir if it is not empty ? if it already used another bluprint previously ?

In those cases, how does it handle conflict if a downloaded file already exists in the working dir ? Is there an option to skip it, overwrite, merge ? I don’t want my readme file be overwritten for instance.


Does "action": "remove" run before copying the files in the working dir or after ?