0.17.3
Changes
- fix: npm package should allow installing when using apple m1
- fix: switch to using ignore crate for globbing (#419)
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.17.3.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.17.3.json@783d450225e3ec1c26a05e99189d1087e61f427c1fba29b0dc98a9dd56e910fd"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | dc8ee039ecdcadd2b5abe5c1b96e220ffc04aeb43a6b1461db5fc3940f18884d |
| Mac Zip | 7630e976f9100898100f47ca6399885049be5c1efbdba2e5b9aec798b1c84531 |
| Windows Zip | 9c98092ec4af5bdbaccbb12d2532e4506d21dbfb0704fd64bc4488a37f4f1695 |
| Windows Installer | a70676f8e0dd34fcdba30d561184f3f57b4a98c36ab71c2fb9b4e8d30edb0625 |