-
Updated
Feb 2, 2021 - Python
cookiecutter
Here are 698 public repositories matching this topic...
-
Updated
Feb 3, 2021 - Python
-
Updated
Jan 21, 2021 - Python
-
Updated
Feb 4, 2021 - Python
-
Updated
Aug 27, 2020 - Python
-
Updated
Feb 1, 2021 - Python
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
Aug 8, 2020 - Ruby
-
Updated
Feb 1, 2021 - Python
-
Updated
Nov 20, 2020 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
Apr 20, 2020 - Go
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.
🐛 Bug Report
I got the error RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7', when try to first commit.
🔬 How To Reproduce
Steps to reproduce the behavior:
- cookiecutter gh:TezRomacH/python-package-template
- Follow instructions
- After git add, git commit and get the error.
Code sample
git commit -m ":tada: Initia-
Updated
Mar 21, 2019 - Kotlin
-
Updated
Oct 6, 2020 - Python
-
Updated
May 26, 2017 - Kotlin
-
Updated
Jul 25, 2020 - Shell
-
Updated
Apr 18, 2020 - Python
-
Updated
Jan 26, 2021 - Python
`--no-input` flag
Shouldn't there be a --no-input flag to tell Copier to not ask questions and use default values?
Available during creation and update.
The --force should be just as it says: “Overwrite files that already exist, without asking”… so nothing to do with questions/answers.
-
Updated
Dec 24, 2020 - Python
-
Updated
Feb 1, 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
Dec 14, 2020 - Python
-
Updated
Jun 18, 2018 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
Currently you have to specify plain paths for files you want to skip when updating the cruft repository. It would be nice if it was possible to use globs in skipped paths like so:
{
"skip": [
"**/__init__.py",
"tests/**"
]
}By the way, ideally, the cookiecutter template would even define some of those skipped files.
If th
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."
https://pypi.org/project/toml-sort/