0.20.0
Changes
- feat:
dprint config addfor adding a plugin to a config file (#446) - fix: improve error message when plugin and file CLI args clash
Install
Linux/Mac/WSL:
curl -fsSL https://dprint.dev/install.sh | shWindows (use Powershell or installer below):
iwr https://dprint.dev/install.ps1 -useb | iexHomebrew (Mac):
brew install dprintCargo (builds and installs the cargo package from source):
cargo install dprintnpm:
npm install dprint
npx dprint help
# or install globally
npm install -g dprint
dprint helpbvm (Experimental):
bvm install https://bvm.land/dprint/0.20.0.json
# or install via the registry
bvm registry add https://bvm.land/dprint/registry.json
bvm install dprintOr project specific in bvm.json:
{
"dependencies": [
"https://bvm.land/dprint/0.20.0.json@9becf1fea7e3cb6e3edcde0adeee9a28bcf8bb954a5c8544538556b221756b79"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 5bb80558cba2f2f530e26e3acef2688523ffe826f40794f7bfffd954bd181992 |
| Mac Zip | f979bde6d728c89d35de1d7b0518a71969fb554ea4220213511b3300f61b670f |
| Windows Zip | fb31b4fba385e01dbd6870aa5fdc70e13822b0eb027ef6e61fc23c131661ea41 |
| Windows Installer | ed5a03bae1b67e237a2b8f6c62fb4fef856f1efa973cef3ea1557fa77756ae77 |