Skip to content

add custom node #74

@wate

Description

@wate

Issue type

  • bug
  • enhancement

Overview description

the directory generated by the following command does not support custom nodes, so please support it.

  • bin/cake bake cell
  • bin/cake bake command
  • bin/cake bake mailer
  • bin/cake bake middleware
  • bin/cake bake seed
  • bin/cake bake plugin
  • bin/cake bake shell_helper
  • bin/cake bake task
  • bin/cake bake fixture
  • bin/cake bake test

Expected results

the directories generated by commands that do not support custom nodes are as follows.

  • bin/cake bake cell : src/View/Cell/ and src/Template/Cell/
  • bin/cake bake command : src/Command/
  • bin/cake bake mailer : src/Mailer/
  • bin/cake bake middleware : src/Middleware/
  • bin/cake bake seed : config/Seeds/
  • bin/cake bake plugin : plugins/
  • bin/cake bake shell_helper : src/Shell/Helper/
  • bin/cake bake task : src/Shell/Task/
  • bin/cake bake fixture : tests/Fixture/
  • bin/cake bake test : tests/TestCase/

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions