From 1a4f5de8b1caf653ca9edff20112f215d625cb69 Mon Sep 17 00:00:00 2001 From: Chris Keller Date: Wed, 14 May 2025 15:36:56 -0600 Subject: [PATCH 1/2] adds .gitignore file to keep the .DS out of the store --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store From 6eaddb0088737fa6da23cf51a12c05dcec4313b5 Mon Sep 17 00:00:00 2001 From: Chris Keller Date: Wed, 14 May 2025 15:37:31 -0600 Subject: [PATCH 2/2] changes a couple references to the generic template in the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 613698c..346165c 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,13 @@ You will need to clone this repository to `~/.cookiecutters/` (make the director ``` cd path/to/.cookiecutters -git clone git@github.com:associatedpress/cookiecutter-generic-project +git clone git@github.com:associatedpress/cookiecutter-python-uv-project.git ``` -Then, use `datakit project`: +Then, use `datakit project create`: ``` -datakit project create --template cookiecutter-generic-project +datakit project create --template cookiecutter-python-uv-project ``` If you'd like to avoid specifying the template each time, you can edit `~/.datakit/plugins/datakit-project/config.json` to use this template by default: @@ -92,4 +92,4 @@ Dependencies: ## Configuration -You can set the default name, email, etc. for a project in the `cookiecutter.json` file. \ No newline at end of file +You can set the default name, email, etc. for a project in the `cookiecutter.json` file.