lapeh 2.2.0 → 2.2.1
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/package.json +13 -9
- package/readme.md +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lapeh",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Framework API Express yang siap pakai (Standardized)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -39,15 +39,19 @@
|
|
|
39
39
|
"config:clear": "node scripts/config-clear.js"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"framework",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
42
|
+
"nodejs-framework",
|
|
43
|
+
"typescript-framework",
|
|
44
|
+
"express-framework",
|
|
45
|
+
"backend-framework",
|
|
46
|
+
"rest-api",
|
|
47
|
+
"prisma-orm",
|
|
48
|
+
"production-ready",
|
|
49
|
+
"api-generator",
|
|
47
50
|
"boilerplate",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
+
"starter-kit",
|
|
52
|
+
"mvc",
|
|
53
|
+
"cli",
|
|
54
|
+
"lapeh",
|
|
51
55
|
"roby-ajo",
|
|
52
56
|
"ajo-roby",
|
|
53
57
|
"roby-karti-s",
|
package/readme.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
# Lapeh Framework
|
|
1
|
+
# Lapeh Framework - Modern Node.js & TypeScript API Framework
|
|
2
2
|
|
|
3
|
-
**Lapeh** adalah framework berbasis Express
|
|
3
|
+
**Lapeh** adalah framework **Node.js** berbasis **Express** dan **TypeScript** yang dirancang untuk kecepatan dan skalabilitas. Menggabungkan fleksibilitas Express dengan struktur solid ala **Laravel** dan **NestJS**, Lapeh memberikan pengalaman development **REST API** yang cepat, terstandarisasi, dan siap produksi.
|
|
4
|
+
|
|
5
|
+
Cocok untuk developer yang mencari **Express boilerplate** dengan fitur lengkap: Prisma ORM, Authentication, RBAC, dan Zero-Config Redis.
|
|
4
6
|
|
|
5
7
|
## 🚀 Fitur Utama
|
|
6
8
|
|
|
7
|
-
- **
|
|
8
|
-
- **TypeScript
|
|
9
|
-
- **Prisma ORM**:
|
|
10
|
-
- **
|
|
11
|
-
- **
|
|
12
|
-
- **
|
|
13
|
-
- **
|
|
14
|
-
- **
|
|
9
|
+
- **Production Ready**: Struktur folder modular (MVC) yang mudah dikembangkan.
|
|
10
|
+
- **TypeScript First**: Full type-safety untuk mengurangi runtime error.
|
|
11
|
+
- **Prisma ORM Integration**: Database modern dengan dukungan PostgreSQL dan MySQL.
|
|
12
|
+
- **Laravel-style Structure**: Controller, Service, dan Route yang terpisah rapi.
|
|
13
|
+
- **Auto CLI Generator**: Buat modul, model, dan controller dengan satu perintah.
|
|
14
|
+
- **Smart Caching**: Otomatis menggunakan Redis jika tersedia, fallback ke in-memory jika tidak.
|
|
15
|
+
- **Secure by Default**: Dilengkapi Helmet, Rate Limiting, CORS, dan JWT Auth.
|
|
16
|
+
- **Robust Validation**: Validasi request otomatis menggunakan Zod.
|
|
15
17
|
|
|
16
18
|
## 📦 Instalasi & Penggunaan
|
|
17
19
|
|