Nathan McBride

Results 12 issues of Nathan McBride

``` Fatal error: Class 'Symfony\Component\Yaml\Parser' not found in phar:///mageconfigsync.phar/src/MageConfigSync/Command/DiffCommand.php on line 48 ```

AWS' CLI has support for environment variables, it would be cool if MageDBM aligned with that. https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#config-settings-and-precedence

type/feature
difficulty/intermediate
priority/nice-to-have

Create CLI Command templates

enhancement

- composer.json - mcomposer - api.xml - mapi Some UiComponents?

enhancement

Example: `````` /** * Class Collection * * @method \Brideo\Example\Model\ResourceModel\HelloWorld getResource() * * @package Brideo\Example\Model\ResourceModel\HelloWorld */ class Collection extends AbstractCollection``` This applies to: * Collections: `getResource()` * Models: `_getResource()` ``````

enhancement

Remove unused dependencies from Resource Model

enhancement

Add a cli command to generation

DOD: The following command: ``` brideo-magento2-scaffolding module:scaffold Brideo Example Blog brideo_blog "title:string description:string author:string" 1.0.0 brideo-example ``` Should create the following files in additional to the current files: - etc/adminhtml/menu.xml...

Any file we are creating we should create a test file to help developers write tests easily.