Skip to content

rodrigomanara/opencart-extension-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads Latest Unstable Version License

Opencart Extension Export

this cli will help you find and compile all files that were create to build an extension for opencart

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

To install it you will need to go to composer

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

composer install

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

After the installation you will a notification saying: file console ready

now you can run the cli to export the extension files that you were working on

php console app:export {filename}

it will build the folder "/temp_extension" and put all file that has that name in it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages