cookiecutter
Here are 831 public repositories matching this topic...
-
Updated
Aug 31, 2021 - Python
-
Updated
Aug 2, 2021 - Python
-
Updated
Aug 31, 2021 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 31, 2021 - Python
-
Updated
Jun 1, 2021 - Python
There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized SMTP server.
I just want to put this here!
I don't know if I will have time to do it but let me just put it here,
-
Updated
Jul 12, 2021 - Ruby
-
Updated
Aug 31, 2021 - Python
-
Updated
May 4, 2021 - Python
-
Updated
Aug 18, 2021 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
Feb 6, 2021 - Go
Gotta remove this weird thing:
It should be JSON-dumpable without quirks.
-
Updated
May 26, 2021 - Python
-
Updated
Apr 18, 2020 - Python
-
Updated
Mar 21, 2019 - Kotlin
-
Updated
Jul 27, 2021 - Python
-
Updated
May 26, 2017 - Kotlin
I see from the source code that cruft check is cloning the repo only to get the last commit's hash.
I can see this tends to be quite slow 30+ seconds. I'm thinking that there must be another way to make this check faster, and only clone the repo for cruft diff or cruft update.
I'm willing to contribute if we'll think about an implementation method.
Thanks!
-
Updated
Jun 2, 2021 - Shell
-
Updated
Jun 10, 2021 - Python
-
Updated
Aug 10, 2021 - Python
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
-
Updated
Aug 31, 2021 - Python
-
Updated
Jun 18, 2018 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the cookiecutter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cookiecutter topic, visit your repo's landing page and select "manage topics."
Check cookiecutter/cookiecutter#1201 (comment).
Currently it isn't clear from the documentation what exactly cookiecutter's behaviour is in case the
--no-inputflag is provided.We should add the information about template's cache refresh and check if there's something else missing (by looking at what happens when
no_inputisTruein the source co