Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -92,4 +92,4 @@ Dependencies:

## Configuration

You can set the default name, email, etc. for a project in the `cookiecutter.json` file.
You can set the default name, email, etc. for a project in the `cookiecutter.json` file.