Skip to content

First pre-release

Compare
Choose a tag to compare
@dereuromark dereuromark released this 12 Mar 19:59
· 1116 commits to master since this release

Features

  • Add annotations to existing code (e.g. when upgrading an application) just like baking would to new code.
  • Can run multiple times without adding the annotations again.
  • Works with your application as well as any loaded plugin.
  • CI check support, can e.g. be run in Travis, CircleCI, Jenkins just like coding standards check.

Supported annotations by this plugin:

  • Models (Tables and Entities)
  • Controllers (including prefixes like Admin)
  • View (AppView)
  • Templates (.ctp files including elements)
  • Shells (and Tasks)
  • Components
  • Helpers