@tscircuit/cli 0.1.95 → 0.1.97

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.
Files changed (3) hide show
  1. package/README.md +16 -15
  2. package/dist/main.js +3245 -3177
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -34,23 +34,24 @@ Usage: tsci [options] [command]
34
34
  CLI for developing tscircuit snippets
35
35
 
36
36
  Options:
37
- -V, --version output the version number
38
- -h, --help display help for command
37
+ -V, --version output the version number
38
+ -h, --help display help for command
39
39
 
40
40
  Commands:
41
- init [directory] Initialize a new TSCircuit project in the specified
42
- directory (or current directory if none is provided)
43
- dev [options] [file] Start development server for a snippet
44
- clone <snippet> Clone a snippet from the registry
45
- push [options] [file] Save snippet code to Registry API
46
- auth Login/logout
47
- login Login to tscircuit registry
48
- logout Logout from tscircuit registry
49
- config Manage tscircuit CLI configuration
50
- export [options] <file> Export tscircuit code to various formats
51
- add <component> Add a component from tscircuit.com
52
- upgrade Upgrade CLI to the latest version
53
- help [command] display help for command
41
+ init [directory] Initialize a new TSCircuit project in the
42
+ specified directory (or current directory if none
43
+ is provided)
44
+ dev [options] [file] Start development server for a snippet
45
+ clone [options] <snippet> Clone a snippet from the registry
46
+ push [options] [file] Save snippet code to Registry API
47
+ auth Login/logout
48
+ login Login to tscircuit registry
49
+ logout Logout from tscircuit registry
50
+ config Manage tscircuit CLI configuration
51
+ export [options] <file> Export tscircuit code to various formats
52
+ add <component> Add a component from tscircuit.com
53
+ upgrade Upgrade CLI to the latest version
54
+ help [command] display help for command
54
55
  ```
55
56
  <!-- END_HELP_OUTPUT -->
56
57