0.0.5 • Published 5 months ago

@plastic-ant/nx-dvc v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@plastic-ant/nx-dvc

MIT license Npm package version Downloads

An Nx (Project Crystal) plugin for developing with the dvc

Table of Contents

Install

# 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

0.0.5

5 months ago

0.0.4

6 months ago

0.0.3

7 months ago

0.0.2

8 months ago

0.0.1

10 months ago