Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 04:18
· 1 commit 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.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0"
      ]
    }
  2. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration