-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
28 lines (28 loc) · 867 Bytes
/
context7.json
File metadata and controls
28 lines (28 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"url": "https://context7.com/beyond-imagination/express-cargo",
"public_key": "pk_yysGltaLPcaBZNGLJpTmz",
"projectTitle": "express-cargo",
"description": "TypeScript decorator-based Express.js middleware for class-based request parsing and validation",
"branch": "main",
"folders": [
"apps/docs/docs",
"packages/express-cargo/src",
"apps/example/src"
],
"excludeFolders": [
"node_modules",
"**/dist",
"**/coverage",
"apps/example-cjs"
],
"excludeFiles": [
"*.test.ts",
"*.spec.ts"
],
"rules": [
"experimentalDecorators and emitDecoratorMetadata must be enabled in tsconfig.json",
"Use bindingCargo() middleware to bind request data to class instances",
"Validation decorators can be stacked on class properties",
"Supports nested objects and polymorphic binding via type decorators"
]
}