A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
@kubadotka
https://cookiecutter.readthedocs.io/en/latest/advanced/suppressing_prompts.html
(unsure whether it can be applied to the command line though~
possibly: cookiecutter --no-input --config-file PATH $cctemplate )
AttributeError: 'StrictEnvironment' object has no attribute 'decode'
python 3.7
I think that going for slack is the worst possible move due to its closed/proprietary nature with serious history limitations and more important is silozed.
I agree with @ssbarnea. It's convenient if you love the Slack app on your mobile phone ("all my Slack chats in one place"), but the silozed nature is a major downside.
Hello,
I am trying to generate github action.yml with cookiecutter
It seems that cookiecutter trys expanding github action variables like this: ${{ github.run_id }}
The error I get is
Unable to create file '.github/workflows/build-docker-image.yml'
Error message: 'github' is undefined
Any suggestions on how I can make cookiecutter ignore these variables?
{ "cruise_date_start": "YYYY-MM-DD",
"new_cruise_date_start": "{{ cookiecutter.cruise_date_start.strftime('%B %d, %Y') }}”, }