@tscircuit/cli 0.1.590 → 0.1.592
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/main.js +4 -3
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -59,8 +59,9 @@ Commands:
|
|
|
59
59
|
snapshot [options] [path] Generate schematic and PCB snapshots (add --3d for
|
|
60
60
|
3d preview)
|
|
61
61
|
setup Setup utilities like GitHub Actions
|
|
62
|
-
install
|
|
63
|
-
package.
|
|
62
|
+
install [packageSpec] Install project dependencies, or install a
|
|
63
|
+
specific package (e.g., tsci install
|
|
64
|
+
https://github.com/espressif/kicad-libraries)
|
|
64
65
|
upgrade Upgrade CLI to the latest version
|
|
65
66
|
search [options] <query> Search for footprints, CAD models or packages in
|
|
66
67
|
the tscircuit ecosystem
|