2017 © Pedro Peláez
 

library export

app to export extension for opencart

image

rmanara/export

app to export extension for opencart

  • Sunday, September 10, 2017
  • by rodrigomanara
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Opencart Extension Export, (*2)

this cli will help you find and compile all files that were create to build an extension for opencart, (*3)

CLI still need to add the validations but for now it does the job to find the files also export to an unique folder, (*4)

To install it you will need to go to composer, (*5)

  • add the script lines into your opencart / composer.json
  • run the command to install it

composer install, (*6)

<pre><code>
 {
"name": "opencart/opencart",
   .....
},
"require": {
    "rmanara/export": "@dev"
},
"scripts": {
    "post-install-cmd": [
        "Rmanara\\Export\\Installer::Init"
    ],
    "post-update-cmd": [
        "Rmanara\\Export\\Installer::Init"
    ]
  }
}

, (*7)

After the installation you will a notification saying: file console ready, (*8)

now you can run the cli to export the extension files that you were working on, (*9)

php console app:export {filename}, (*10)

it will build the folder "/temp_extension" and put all file that has that name in it, (*11)

The Versions

10/09 2017

dev-master

9999999-dev

app to export extension for opencart

  Sources   Download

MIT

The Requires

 

10/09 2017

1.0.2

1.0.2.0

app to export extension for opencart

  Sources   Download

MIT

The Requires

 

10/09 2017

1.0.1

1.0.1.0

app to export extension for opencart

  Sources   Download

MIT

The Requires