https://github.com/edmondscommerce/magento2-theme-builder
Bash script to generate a Magento theme based on colour parameters
https://github.com/edmondscommerce/magento2-theme-builder
Last synced: 8 months ago
JSON representation
Bash script to generate a Magento theme based on colour parameters
- Host: GitHub
- URL: https://github.com/edmondscommerce/magento2-theme-builder
- Owner: edmondscommerce
- Created: 2018-02-15T15:57:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T11:00:51.000Z (about 8 years ago)
- Last Synced: 2025-08-22T01:12:44.548Z (10 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# magento2-theme-builder
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)
Bash script to generate a Magento theme based on colour parameters
## Overview
Given a list of branding colours, generates an entire theme structure based on those colours
- _createFolders.bash sets up the theme folders and boilerplate files
- _createGruntConfig.bash sets up the config for development compilation of the less
- _createLess.bash sets up the less files based on the colours passed into the script
## Usage
Format:
bash run.bash [vendorname] [packagename] [colour-one] [colour-two] [colour-three] [colour-four]
Example:
bash run.bash "EdmondsCommerce" "My2018Theme" "#CC0000" "#0000CC" "#FFFFFF" "#333333"