commit 7bed08d1994c37b8132609068ea87a006eeb92db Author: Pierre Martin Date: Sat Mar 19 00:11:50 2022 +0100 Initial commit from Magerun generated module diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6d8f962 --- /dev/null +++ b/composer.json @@ -0,0 +1,24 @@ +{ + "name": "opengento/module-commandbar", + "description": "Add your description here", + "type": "magento2-module", + "license": [ + "proprietary" + ], + "authors":[ + { + "name":"Opengento", + "email":"Add your email address here" + } + ], + "require": { + }, + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Opengento\\Commandbar\\": "" + } + } +} diff --git a/etc/config.xml b/etc/config.xml new file mode 100644 index 0000000..48c6d8f --- /dev/null +++ b/etc/config.xml @@ -0,0 +1,3 @@ + + + diff --git a/etc/crontab.xml b/etc/crontab.xml new file mode 100644 index 0000000..0614ceb --- /dev/null +++ b/etc/crontab.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/etc/di.xml b/etc/di.xml new file mode 100644 index 0000000..5de0638 --- /dev/null +++ b/etc/di.xml @@ -0,0 +1,3 @@ + + + diff --git a/etc/events.xml b/etc/events.xml new file mode 100644 index 0000000..bfb5e96 --- /dev/null +++ b/etc/events.xml @@ -0,0 +1,3 @@ + + + diff --git a/etc/module.xml b/etc/module.xml new file mode 100644 index 0000000..71b0bdb --- /dev/null +++ b/etc/module.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..172df9d --- /dev/null +++ b/readme.md @@ -0,0 +1,60 @@ +Opengento Commandbar Extension +===================== +Add your description here +Facts +----- +- version: 1.0.0 +- extension key: Opengento_Commandbar +- [extension on Magento Connect](http://www.magentocommerce.com/magento-connect/opengento)-commandbar-1234.html) +- Magento Connect 1.0 extension key: magento-community/Opengento_Commandbar +- Magento Connect 2.0 extension key: http://connect20.magentocommerce.com/community/Opengento_Commandbar +- [extension on GitHub](https://github.com/opengento/Opengento_Commandbar) +- [direct download link](http://connect.magentocommerce.com/community/get/Opengento_Commandbar-1.0.0.tgz) + +Description +----------- +This paragraph describes what the extension does. + +Requirements +------------ +- PHP >= 5.6.0 +- Mage_Core +- ... + +Compatibility +------------- +- Magento >= 2.0 + +Installation Instructions +------------------------- +1. Install the extension via Magento Connect with the key shown above or copy all the files into your document root. +2. Clear the cache, logout from the admin panel and then login again. +3. Configure and activate the extension under System - Configuration - Company - Example Extension. +4. ... + +Uninstallation +-------------- +1. Remove all extension files from your Magento installation +2. ... + +Support +------- +If you have any issues with this extension, open an issue on [GitHub](https://github.com/opengento/Opengento_Commandbar/issues). + +Contribution +------------ +Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests). + +Developer +--------- +Opengento +[http://www.firstname-lastname.com](http://www.firstname-lastname.com) +[@FirstNameLastName](https://twitter.com/FirstNameLastName) + +Licence +------- +[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php) + +Copyright +--------- +(c) 2022 Opengento diff --git a/registration.php b/registration.php new file mode 100644 index 0000000..0449b53 --- /dev/null +++ b/registration.php @@ -0,0 +1,11 @@ +