Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T21:51:59.000Z (about 10 years ago)
- Last Synced: 2024-11-18T08:24:23.559Z (3 months 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.phpFor 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!