@siteping/cli 0.4.1 → 0.4.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 CHANGED
@@ -1,11 +1,12 @@
1
1
  [![npm version](https://img.shields.io/npm/v/@siteping/cli)](https://www.npmjs.com/package/@siteping/cli)
2
+ [![Live Demo](https://img.shields.io/badge/demo-try%20it%20live-22c55e)](https://siteping.dev/demo)
2
3
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)](https://www.typescriptlang.org/)
3
4
 
4
5
  # @siteping/cli
5
6
 
6
7
  CLI tool to set up [Siteping](https://github.com/NeosiaNexus/SitePing) in your project — scaffolds Prisma schema and API routes.
7
8
 
8
- Part of the [@siteping](https://github.com/NeosiaNexus/SitePing) monorepo.
9
+ Part of the [@siteping](https://github.com/NeosiaNexus/SitePing) monorepo — **[try the live demo](https://siteping.dev/demo)**.
9
10
 
10
11
  ## Usage
11
12
 
@@ -64,6 +65,8 @@ npx @siteping/cli doctor --url http://localhost:3000
64
65
  |---------|-------------|
65
66
  | [`@siteping/widget`](https://www.npmjs.com/package/@siteping/widget) | Browser feedback widget |
66
67
  | [`@siteping/adapter-prisma`](https://www.npmjs.com/package/@siteping/adapter-prisma) | Server-side Prisma adapter |
68
+ | [`@siteping/adapter-memory`](https://www.npmjs.com/package/@siteping/adapter-memory) | In-memory adapter (testing, demos) |
69
+ | [`@siteping/adapter-localstorage`](https://www.npmjs.com/package/@siteping/adapter-localstorage) | Client-side localStorage adapter |
67
70
 
68
71
  ## License
69
72