@loggydev/loggy-cli 0.1.0 → 0.1.2
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The official CLI tool for setting up [Loggy](https://loggy.dev) in your projects
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx loggy init
|
|
8
|
+
npx @loggydev/loggy-cli init
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
That's it! The CLI will:
|
|
@@ -19,7 +19,7 @@ That's it! The CLI will:
|
|
|
19
19
|
## What It Does
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
$ npx loggy init
|
|
22
|
+
$ npx @loggydev/loggy-cli init
|
|
23
23
|
|
|
24
24
|
🚀 Welcome to Loggy!
|
|
25
25
|
Let's get your project set up in under 60 seconds.
|
|
@@ -72,7 +72,7 @@ $ npx loggy init
|
|
|
72
72
|
## Options
|
|
73
73
|
|
|
74
74
|
```bash
|
|
75
|
-
npx loggy init [options]
|
|
75
|
+
npx @loggydev/loggy-cli init [options]
|
|
76
76
|
|
|
77
77
|
Options:
|
|
78
78
|
--skip-install Skip SDK installation
|