generator-prestashop

Generate a PrestaShop store

MIT License

Downloads
15
Stars
3

generator-prestashop NPM version Build Status Dependency Status Coverage percentage

One-liner command to download and install any version of PrestaShop

This Yeoman generator bootstraps a fresh PrestaShop store in seconds. It's kind of a hacky thing, but it works and you'll save some precious time if you often need to install PrestaShop stores.

Installation

First, install Yeoman and generator-prestashop using npm (we assume you have pre-installed node.js):

npm install -g yo
npm install -g generator-prestashop

Then let your computer do the rest 🎉 :

yo prestashop

I have NOT tested this with old PrestaShop releases (<1.6). If you find a bug, please let me know via an issue/PR.

Notes

TODO

  • Working yo prestashop
  • Add a progress bar when extracting the archive
  • Select the PrestaShop version to download
  • Scrap the release numbers instead of hardcode them 😒
  • Skip the browser installation process

License

MIT © Marc Picaud