collective / mr.bob

Mister Bob (the builder) is filesystem template renderer
http://mrbob.readthedocs.org/en/latest/
Other
69 stars 30 forks source link

Symlink instead of copying file? #97

Open oerp-odoo opened 1 year ago

oerp-odoo commented 1 year ago

Is it possible to optionally create symlink of a file from a template?

For example in my template i have file something.txt. Normally it just copies it to target directory. But is it possible to make it symlinked instead? As some files in a template, are meant to be reused as is on target directories (but should be found in that directory).