Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 23:45
· 47 commits to main since this release

Install

Dependencies:

  1. Install python and ensure it's on the path.
  2. Install dprint's CLI >= 0.19.1

In dprint configuration file:

  1. Specify the plugin url and checksum in the "plugins" array:

    {
      // etc...
      "plugins": [
        "https://plugins.dprint.dev/exec-0.1.0.exe-plugin@22ae1155d465910b46af57cae170d3248d6b5515a86a95d103b57d47a8b4b609"
      ]
    }
  2. Ensure the file extensions necessary are matched in an "includes" pattern.

  3. Follow the configuration setup instructions found at https://github.com/dprint/dprint-plugin-exec#configuration