Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 352 Bytes

File metadata and controls

9 lines (5 loc) · 352 Bytes

Modular file layout

This layout usually used for a structured API, each framework component separated in each files

By default Plumier will use ./**/*controller.+(ts|js) glob pattern to search for controller, it means all controllers should be put in file name ends with controller such as: users-controller.ts or user_controller.ts.