https://github.com/julienloizelet/m2-extension-zip-validator
https://github.com/julienloizelet/m2-extension-zip-validator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/julienloizelet/m2-extension-zip-validator
- Owner: julienloizelet
- Created: 2021-08-18T02:45:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T02:46:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T13:33:17.951Z (4 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[WARNING]
This repo is a copy of what was originally here: https://github.com/magento/marketplace-toolsSeems that it has been abandoned. But I use it to validate extension zip for Marketplace submission.
# Marketplace tools
The idea behind this directory is to house standalone tools that developers can use to validate/verify their extensions before submitting them to the Marketplace. Currently, it only houses a package validation tool for Magento 2 Extensions. In the works is a standalone tool that will generate a CodeSniffer report for a given Extension.
###### validate_m2_package.php
```
Usage: validate_m2_package [OPTIONS] [ ...]-h help
Prints this usage.-d debug
Optional - prints additional debug messages.
```
The tool is silent on success unless the debug option is set. If the tool finds any errors it will report them in the following format to make the errors searchable:ERROR - "\": Error message.
Errors must be fixed, warnings and notes are purely informational. The user can fix any warnings or notes but is not required to.