nest g resource xxx // 完整生成一个模块的代码 nest g module xxx // 生成模块 nest g controller xxx // 生成控制器 nest g service xxx // 生成服务 nest g guard xxx // 生成守卫 nest g interceptor xxx // 生成拦截器 nest g filter xxx // 生成过滤器 nest g decorator xxx // 生成装饰器 nest g pipe xxx // 生成管道 nest g module xxx --flat // 生成一个扁平的模块 nest g controller xxx --flat // 生成一个扁平的控制器 nest g service xxx --flat // 生成一个扁平的服务
-
Notifications
You must be signed in to change notification settings - Fork 1
hzihhuang/NestJS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published