Skip to content

0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 02:51
· 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.1.json@a892b9d01709275cf30254a9455635714ae6313b6b8212fb1b3f28f7cb06989d"
      ]
    }
  2. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration