@plastic-ant/nx-dvc
Version:
[](https://lbesson.mit-license.org/) [](https://npmjs.com/package/@plastic-ant/nx-dvc) [ • 1.03 kB
Markdown
# @plastic-ant/nx-dvc
[](https://lbesson.mit-license.org/)
[](https://npmjs.com/package/@plastic-ant/nx-dvc)
[](https://npmjs.com/package/@plastic-ant/nx-dvc)
An Nx (Project Crystal) plugin for developing with the [dvc](https://dvc.org/)
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Example App](https://github.com/plastic-ant/packages/tree/main/examples/nx-dvc-app)
- [License](#license)
## Install
```shell
# npm
npm install --save-dev @plastic-ant/nx-dvc
# yarn
yarn add --dev @plastic-ant/nx-dvc
```
## Usage
Add this plugin to your `nx.json` config:
```
"plugins": [
{
"plugin": "@plastic-ant/nx-dvc",
"options": { ... }
}
]
```
```
options:
reproTargetName (optional) generated target, default dvc-repro
```
## License
This project is MIT licensed 2024 Plastic Ant Software