Install Dprint
Install using one of the methods below.
Shell (Mac, Linux, WSL):
curl -fsSL https://dprint.dev/install.sh | sh
Windows Installer
Powershell (Windows):
iwr https://dprint.dev/install.ps1 -useb | iex
Homebrew (Mac):
brew install dprint
Cargo (builds and installs the cargo package from source):
cargo install dprint
For binaries and source, see the GitHub releases.
Editor Extensions
- Visual Studio Code
- More to come!
Next step: Setup