@tscircuit/cli 0.1.1643 → 0.1.1645
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 +0 -2
- package/dist/cli/main.js +3659 -376
- package/dist/lib/index.js +3 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -11,8 +11,6 @@ https://github.com/user-attachments/assets/0228e09d-48fc-4bf5-814b-762b60fc35c7
|
|
|
11
11
|
tsci dev
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
> Note: The packages CLI uses the same configuration files as the [@tscircuit/cli](https://github.com/tscircuit/cli), so you may need to also install `npm install -g @tscircuit/cli` and run `tsci login` to authenticate!
|
|
15
|
-
|
|
16
14
|
## Installation
|
|
17
15
|
|
|
18
16
|
```bash
|