friends-of-presta / fop_console

Prestashop Module providing a set of shell/terminal commands for developers (PrestaShop 1.7.5+)
Academic Free License v3.0
84 stars 35 forks source link

provide one-line installer #216

Closed SebSept closed 2 years ago

SebSept commented 2 years ago

It could be nice to have a shell one-line installer.

For example composer can be installed with wget https://github.com/composer/getcomposer.org/blob/main/web/installer -O - -q | php -- --quiet

SebSept commented 2 years ago

This is basically 3 lines of code :

wget https://github.com/friends-of-presta/fop_console/releases/latest/download/fop_console.zip --output-document /tmp/fop_console.zip
unzip fop_console.zip -d modules
./bin/console pr:mo install fop_console