0.18.0
Changes
- feat: support
dprint initnot having some wasm plugins selected by default
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.18.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.18.0.json@c0fad535d156853c54ca594553af17e722085c1e8d103e52ab1cf98e0857b563"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 6f0b460e81ad26cfdb325e8eea01e972d6575ed3a563ffe7fe58f504eacc07b6 |
| Mac Zip | ee5913f242f176f6097269499d42a359a5f47be3ad9a4ec2136c335b9de6d6c9 |
| Windows Zip | cf35c8fad60a08ab282b27b7cd7d33241c81f24b58c4f480774fe3371a72d649 |
| Windows Installer | 0f58401283d68c01d938ec68156ac4d0f5266987fd6d1678b09cda6f1832ae8f |