continum 0.0.2 → 0.0.3
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# continum
|
|
2
2
|
|
|
3
3
|
Interactive CLI to set up Continum SDK in your project with zero configuration.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ Interactive CLI to set up Continum SDK in your project with zero configuration.
|
|
|
7
7
|
Run this command in your project directory:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx
|
|
10
|
+
npx continum init
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
No installation required! The CLI will guide you through:
|
|
@@ -29,7 +29,7 @@ After running `npx create-continum`, you'll have:
|
|
|
29
29
|
## Example Session
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
$ npx
|
|
32
|
+
$ npx continum init
|
|
33
33
|
|
|
34
34
|
┌ Continum Setup
|
|
35
35
|
│
|
|
@@ -106,7 +106,7 @@ Generates three example patterns:
|
|
|
106
106
|
|
|
107
107
|
### 🚀 Zero Installation
|
|
108
108
|
|
|
109
|
-
Run with `npx` - no global installation needed.
|
|
109
|
+
Run with `npx continum init` - no global installation needed.
|
|
110
110
|
|
|
111
111
|
## Configuration File
|
|
112
112
|
|
|
@@ -221,7 +221,7 @@ curl -X POST https://api.continum.io/customers \
|
|
|
221
221
|
|
|
222
222
|
## Next Steps
|
|
223
223
|
|
|
224
|
-
After running `npx
|
|
224
|
+
After running `npx continum init`:
|
|
225
225
|
|
|
226
226
|
1. Install the SDK:
|
|
227
227
|
```bash
|