🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

covibing

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

covibing - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+1
-1
package.json
{
"name": "covibing",
"version": "0.1.1",
"version": "0.1.2",
"private": false,

@@ -5,0 +5,0 @@ "type": "module",

@@ -21,16 +21,24 @@ # Covibing

The default path is:
```bash
npm install -g covibing
npx covibing@latest start
```
Or run it without a global install:
If Covibing does not detect your app automatically, pin the preview URL:
```bash
npx covibing start
npx covibing@latest start --preview http://localhost:3000
```
## Quick Start
If you want a permanent install:
Start a session:
```bash
npm install -g covibing
```
## Other Install Options
Or run it after a global install:
```bash

@@ -40,6 +48,6 @@ covibing start

If Covibing does not detect your app automatically, pin the preview URL:
Or use the locally installed binary:
```bash
covibing start --preview http://localhost:3000
npx covibing@latest start
```

@@ -46,0 +54,0 @@