0.19.2
Changes
- fix(cli): handle external files in glob_matcher (#445)
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.19.2.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.19.2.json@b8e3d5a3797dd9fdb03ed16bcee83760493a7bca399bb03cfd3faafcae3bb730"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 2c481ffe7b20c905ec8288281738f080a1bf650875c6c00a8728ca23d6fa8aed |
| Mac Zip | 0e6db7b5fb20598930f9c920369063bca9ef54714eb5091ca32fa24fc76494a4 |
| Windows Zip | 1014c23b7377ab5f7f59b64e76f7cdc46a3bddf2c4ffe540de0c3570fb35e18b |
| Windows Installer | 4db5a0a8e23f544dc7663c9aa2215fe52abcb0debced632f55f1c41036e58683 |