Convenient generator to simplify creating new themes compatible with CreativeShop and MageSuite project.
The easiest way is to install the package globally so it can be used anywhere:
npm i -g @creativestyle/magesuite-theme-generator
# or
yarn global add @creativestyle/magesuite-theme-generator
After installing the package you can simply run:
magesuite-theme-generator
# or
mtg
You will be walked through a series of questions based on which new theme will be created in a subdirectory of your current working directory.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details