Download the PHP package heptacom/shopware-heptacom-cli-tools without Composer
On this page you can find all versions of the php package heptacom/shopware-heptacom-cli-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heptacom/shopware-heptacom-cli-tools
More information about heptacom/shopware-heptacom-cli-tools
Files in heptacom/shopware-heptacom-cli-tools
Package shopware-heptacom-cli-tools
Short Description Development utility to support shopware 5 plugin development
License MIT
Informations about the package shopware-heptacom-cli-tools
CLI tools for shopware
Development utility to support shopware 5 plugin development
The HeptacomCliTools are some custom commands for Shopware bundeled into a plugin. Right now it features a way to build custom made plugins into an upload-ready zip-file. Also a second command is under development to enable a similar build process for custom themes.
The goal of those commands is to speed up the build process of plugins and themes. However there are probably more commands to come that we find useful for developers.
Available Commands
This installs all dependencies of the plugin. Currently supported dependencies are composer packages.
This lints all php files. The plugin must follow the new
plugin structure and has to be located in custom/plugins/
. Also
it has to have a valid plugin.xml file.
This creates a zip file of the given plugin. The plugin must follow
the new plugin structure and has to be located in custom/plugins/
.
Also it has to have a valid plugin.xml file. The built zip file will
be located in KskBuilds/plugins/
.
This installs all dependencies, lints all php files and creates a zip
file of the given plugin. The plugin must follow the new plugin
structure and has to be located in custom/plugins/
. Also it has to
have a valid plugin.xml file. The built zip file will be located in
KskBuilds/plugins/
.
Changes
View the CHANGELOG file attached to this project.
License
See LICENSE.md