Skip to content

0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 03:11
· 12 commits to main since this release

Install

Dependencies:

  • Install dprint's CLI >= 0.40.0

In a dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array or run dprint config add exec:
    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.4.2.json@ca3c3d1cc1105b4ac1c31afdb26791a90209f13a5950f8de00dcab5e5ee293a7"
      ]
    }
  2. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration