lapeeh 1.0.5 → 1.0.6

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/doc/en/CLI.md CHANGED
@@ -27,7 +27,6 @@ npx lapeeh@latest init <project-name> [flags]
27
27
  **Examples:**
28
28
 
29
29
  ```bash
30
- # Interactive Mode
31
30
  npx lapeeh init my-app
32
31
 
33
32
  # Full Setup (Recommended for learning)
@@ -18,7 +18,6 @@ The easiest way to start is by using the `npx` CLI generator.
18
18
  Run the following command in your terminal:
19
19
 
20
20
  ```bash
21
- # Standard Interactive Setup
22
21
  npx lapeeh@latest init your-project-name
23
22
  ```
24
23
 
package/doc/id/CLI.md CHANGED
@@ -27,7 +27,6 @@ npx lapeeh@latest init <nama-project> [flags]
27
27
  **Contoh:**
28
28
 
29
29
  ```bash
30
- # Mode Interaktif
31
30
  npx lapeeh init my-app
32
31
 
33
32
  # Setup Lengkap (Disarankan untuk belajar)
@@ -18,7 +18,6 @@ Cara termudah untuk memulai adalah menggunakan CLI generator `npx`.
18
18
  Jalankan perintah berikut di terminal Anda:
19
19
 
20
20
  ```bash
21
- # Setup Interaktif Standar
22
21
  npx lapeeh@latest init nama-project-anda
23
22
  ```
24
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lapeeh",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "lapeeh Framework (Standardized by lapeeh)",
5
5
  "engines": {
6
6
  "node": ">=18.0.0",