@creativestyle/magesuite-theme-generator

Easier and faster scaffolding of new themes for MageSuite project.

Usage no npm install needed!

<script type="module">
  import creativestyleMagesuiteThemeGenerator from 'https://cdn.skypack.dev/@creativestyle/magesuite-theme-generator';
</script>

README

MageSuite Theme Generator

Convenient generator to simplify creating new themes compatible with CreativeShop and MageSuite project.

Getting Started

Installing

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

Usage

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.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details