https://github.com/opsway/magento-connect-packager
Automatically pack magento extension code to archive for Magento Connect 2.0
https://github.com/opsway/magento-connect-packager
magento-connect opsway-opensource php tools
Last synced: about 1 year ago
JSON representation
Automatically pack magento extension code to archive for Magento Connect 2.0
- Host: GitHub
- URL: https://github.com/opsway/magento-connect-packager
- Owner: opsway
- Created: 2015-01-30T16:07:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T21:51:59.000Z (over 11 years ago)
- Last Synced: 2025-01-19T11:17:57.267Z (over 1 year ago)
- Topics: magento-connect, opsway-opensource, php, tools
- Language: PHP
- Size: 168 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magento-connect-packager
Automatically pack magento extension code to archive for Magento Connect 2.0
## Notes
Based on https://github.com/astorm/MagentoTarToConnect tool
## Usage
Firstly, put in your repo extension config file with Magento Connect required fields information.
Example config here: https://github.com/opsway/magento-connect-packager/blob/master/example-config.php
For pack exstension:
- Clone your extension repository
```bash
git clone [REPO_URL]
cd [REPO_FOLDER]
```
- Download and put packager script
```bash
wget https://raw.githubusercontent.com/opsway/magento-connect-packager/master/packager.php
```
- Run packager script with config name file
```
php packager.php example-config.php
```
- Take created archive extension and upload to Magento Connect. Enjoy!