@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 +4 -1
- package/dist/index.js +202 -141
- package/dist/index.js.map +1 -1
- package/package.json +11 -2
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/@siteping/cli)
|
|
2
|
+
[](https://siteping.dev/demo)
|
|
2
3
|
[](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
|
|