generator-magentomodule
generator-magentomodule copied to clipboard
A Yeoman generator for Magento modules
This is quite a substantial update to the generator. The changes are summarised below: - Removed the `node_modules` directory as that gets sorted by npm - Updated the generator to...
The module attribute of the widget has to be the same as the module identifier used in the config.xml (lowercase, no underscore)
Wrong closing tag for description
With yo 1.5 I get the following message: npm WARN deprecated [email protected]: lodash@=1.0.0-rc.1 but none was installed.
The class name and method name already communicate the same information as the comment does so it is safe to remove.
PHPdoc in Helper is not complete. /** - Helper * */
config.xml generates frontend and adminhtml node even if i did not select them in the configuration. ``` ```