diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store 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.