@tscircuit/cli 0.1.204 → 0.1.206
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 -0
- package/dist/main.js +5688 -1
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -61,6 +61,8 @@ Commands:
|
|
|
61
61
|
search <query> Search for packages in the tscircuit registry
|
|
62
62
|
import <query> Search JLCPCB or the tscircuit registry and import
|
|
63
63
|
a component
|
|
64
|
+
convert [options] <file> Convert a .kicad_mod footprint to a tscircuit
|
|
65
|
+
component
|
|
64
66
|
version Print CLI version
|
|
65
67
|
help [command] display help for command
|
|
66
68
|
```
|