Skip to content
#

cookiecutter

Here are 831 public repositories matching this topic...

cookiecutter
jonzarecki
jonzarecki commented Aug 21, 2021

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! 🤗

Arfey
Arfey commented Apr 16, 2020

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

Improve this page

Add a description, image, and links to the cookiecutter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cookiecutter topic, visit your repo's landing page and select "manage topics."

Learn more