create-better-notify 0.0.4-alpha.0 → 0.0.5-alpha.0

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.
Files changed (2) hide show
  1. package/README.md +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,11 +28,11 @@ Pass flags to skip the prompts:
28
28
  npx create-better-notify my-app --framework hono --rpc orpc --pm pnpm
29
29
  ```
30
30
 
31
- | Flag | Values | Default |
32
- | --- | --- | --- |
33
- | `--framework` | `hono` | prompted |
34
- | `--rpc` | `orpc` | prompted |
35
- | `--pm` | `npm`, `pnpm`, `yarn`, `bun` | auto-detected |
31
+ | Flag | Values | Default |
32
+ | ------------- | ---------------------------- | ------------- |
33
+ | `--framework` | `hono` | prompted |
34
+ | `--rpc` | `orpc` | prompted |
35
+ | `--pm` | `npm`, `pnpm`, `yarn`, `bun` | auto-detected |
36
36
 
37
37
  ## What you get
38
38
 
@@ -88,9 +88,9 @@ Open [http://localhost:3000/api/docs](http://localhost:3000/api/docs) to explore
88
88
 
89
89
  ## Templates
90
90
 
91
- | Template | Framework | RPC | Status |
92
- | --- | --- | --- | --- |
93
- | `hono-orpc` | Hono | oRPC | Available |
91
+ | Template | Framework | RPC | Status |
92
+ | ----------- | --------- | ---- | --------- |
93
+ | `hono-orpc` | Hono | oRPC | Available |
94
94
 
95
95
  More templates are on the roadmap.
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-notify",
3
- "version": "0.0.4-alpha.0",
3
+ "version": "0.0.5-alpha.0",
4
4
  "description": "Scaffold a better-notify project with your preferred framework and RPC layer.",
5
5
  "license": "MIT",
6
6
  "repository": {