mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
7 lines
275 B
Markdown
7 lines
275 B
Markdown
---
|
|
"tauri.js": minor
|
|
---
|
|
|
|
Adds a dependency manager command to the Node.js CLI (`tauri deps`). The manager is able to install and update Rust and the Tauri ecosystem dependencies (npm package, crates, cargo subcommands).
|
|
Usage: `tauri deps install` and `tauri deps update`.
|