@myvillage/cli 1.0.0 → 1.0.2

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 +0 -27
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,37 +6,10 @@ A command-line interface for MyVillage Project student developers to create, man
6
6
 
7
7
  Requires Node.js 18 or higher.
8
8
 
9
- ### From npm (once published)
10
-
11
9
  ```bash
12
10
  npm install -g @myvillage/cli
13
11
  ```
14
12
 
15
- > **Note:** The package is not yet published to npm. Use the development install below.
16
-
17
- ### Development install (from source)
18
-
19
- ```bash
20
- # Clone the repository
21
- git clone https://github.com/MyVillage-Project-Technologies/MyVillageOS-CLI.git
22
- cd MyVillageOS-CLI
23
-
24
- # Install dependencies
25
- npm install
26
-
27
- # Link the CLI globally so "myvillage" command works anywhere
28
- npm link
29
- ```
30
-
31
- After linking, the `myvillage` command is available system-wide. To unlink later, run `npm unlink -g @myvillage/cli`.
32
-
33
- You can also run commands directly without linking:
34
-
35
- ```bash
36
- node bin/myvillage.js --help
37
- node bin/myvillage.js create-game
38
- ```
39
-
40
13
  ## Quick Start
41
14
 
42
15
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myvillage/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "MyVillageOS CLI for student game developers",
5
5
  "type": "module",
6
6
  "bin": {