conda-incubator / conda-project

Tool for encapsulating, running, and reproducing projects with Conda environments
https://conda-incubator.github.io/conda-project/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

Jinja templating #81

Open AlbertDeFusco opened 1 year ago

AlbertDeFusco commented 1 year ago

let's consider the use of jinja templating in at least the commands: section and possibly other places.

AlbertDeFusco commented 1 year ago

@maximlt suggested having defined parameters in a command

https://github.com/conda-incubator/conda-project/issues/67#issuecomment-1423012008

jlstevens commented 10 months ago

I'm happy to help with this having originally added this feature to anaconda-project..

AlbertDeFusco commented 10 months ago

Yes, please. It might be a good time to consider reasonable support for multiline commands if you feel it is essential

jlstevens commented 10 months ago

The key word there is 'reasonable' 🙂

I'll have a think about it.