@just-every/code 0.2.5 → 0.2.6
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 +9 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,14 +33,20 @@
|
|
|
33
33
|
 
|
|
34
34
|
## Quickstart
|
|
35
35
|
|
|
36
|
-
###
|
|
36
|
+
### Run
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
npx -y @just-every/code
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Install & Run
|
|
37
43
|
|
|
38
44
|
```bash
|
|
39
45
|
npm install -g @just-every/code
|
|
40
|
-
code
|
|
46
|
+
code // or `coder` if you're using VS Code
|
|
41
47
|
```
|
|
42
48
|
|
|
43
|
-
Note: If another tool already provides a `code` command (e.g
|
|
49
|
+
Note: If another tool already provides a `code` command (e.g. VS Code), our CLI is also installed as `coder`. Use `coder` to avoid conflicts.
|
|
44
50
|
|
|
45
51
|
**Authenticate** (one of the following):
|
|
46
52
|
- **Sign in with ChatGPT** (Plus/Pro/Team; uses models available to your plan)
|