create-vitnode-app 0.0.4-canary.0 → 0.0.4

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 +7 -3
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,11 +1,15 @@
1
- # (VitNode) Create VitNode App
1
+ # (VitNode) Create App
2
2
 
3
- This package is a CLI tool to create a new VitNode app.
3
+ This package is a CLI tool to create a new VitNode app quickly.
4
4
 
5
5
  Script based on [Create Next App](https://nextjs.org/).
6
6
 
7
7
  ## Usage
8
8
 
9
9
  ```bash
10
- npx create-vitnode-app my-app
10
+ npx create-vitnode-app@latest
11
+ # or
12
+ yarn create vitnode-app
13
+ # or
14
+ pnpm create vitnode-app
11
15
  ```
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "create-vitnode-app",
3
- "version": "0.0.4-canary.0",
3
+ "version": "0.0.4",
4
+ "description": "Create a new VitNode app in seconds.",
4
5
  "author": "VitNode Team",
5
6
  "license": "MIT",
6
- "homepage": "https://vitnode.com/",
7
+ "homepage": "https://VitNode.com",
7
8
  "repository": {
8
9
  "type": "git",
9
- "url": "git+https://github.com/aXenDeveloper/vitnode.git",
10
+ "url": "git+https://github.com/aXenDeveloper/VitNode.git",
10
11
  "directory": "packages/create-vitnode-app"
11
12
  },
12
13
  "files": [