https://github.com/iterative/cookiecutter-dvc-plugin
A Cookiecutter template for dvc plugins
https://github.com/iterative/cookiecutter-dvc-plugin
Last synced: 8 months ago
JSON representation
A Cookiecutter template for dvc plugins
- Host: GitHub
- URL: https://github.com/iterative/cookiecutter-dvc-plugin
- Owner: iterative
- Created: 2021-12-02T08:27:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-05T02:49:37.000Z (11 months ago)
- Last Synced: 2025-10-21T17:53:10.869Z (8 months ago)
- Language: Python
- Size: 89.8 KB
- Stars: 3
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-dvc-plugin
A Cookiecutter template for dvc plugins
## Creating new plugin
```console
$ cruft create https://github.com/iterative/cookiecutter-dvc-plugin --skip .git
```
## Updating existing plugin with a new template version
```console
$ cruft update
```