Skip to content

0.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Dec 19:54
· 21 commits to main since this release

Install

Dependencies:

  • Install dprint's CLI >= 0.39.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.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab"
      ]
    }
  2. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration