An open API service indexing awesome lists of open source software.

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

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
```