Skip to content

Added support to configure namespaces

Choose a tag to compare

@thetutlage thetutlage released this 29 Aug 13:28

Now one can configure base namespace for conventional namespaces. For example

{
  "namespaces": {
    "httpControllers": "App/Controllers/Http"
  }
}
  • feat: add support for namespaces in rcFile 7d254af

v1.0.8...v1.0.9