@tscircuit/cli 0.1.206 → 0.1.208
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 +2 -1
- package/dist/main.js +1400 -92
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -58,7 +58,8 @@ Commands:
|
|
|
58
58
|
3d preview)
|
|
59
59
|
setup Setup utilities like GitHub Actions
|
|
60
60
|
upgrade Upgrade CLI to the latest version
|
|
61
|
-
search <query> Search for
|
|
61
|
+
search <query> Search for footprints, CAD models or packages in
|
|
62
|
+
the tscircuit ecosystem
|
|
62
63
|
import <query> Search JLCPCB or the tscircuit registry and import
|
|
63
64
|
a component
|
|
64
65
|
convert [options] <file> Convert a .kicad_mod footprint to a tscircuit
|