Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestashop/psssst
:arrow_right_hook: Psssst, the PrestaShop module analyzer :leftwards_arrow_with_hook:
https://github.com/prestashop/psssst
cli-utility modules prestashop
Last synced: 4 months ago
JSON representation
:arrow_right_hook: Psssst, the PrestaShop module analyzer :leftwards_arrow_with_hook:
- Host: GitHub
- URL: https://github.com/prestashop/psssst
- Owner: PrestaShop
- License: mit
- Created: 2018-04-06T01:34:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T17:11:41.000Z (almost 3 years ago)
- Last Synced: 2024-10-07T10:58:11.989Z (4 months ago)
- Topics: cli-utility, modules, prestashop
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Psssst, the amazing PrestaShop module parser!
The idea behind this minimalist CLI application is to collect information about PrestaShop module.
One of the information that is really precious to me is the hooks available for a module.This is why with this application you can retrieve the list of hooks for a module.
> For now, hooks dynamically dispatched in Smarty templates are not found.
## How to use it?
Really simple, only the module path is needed.
![demo](https://user-images.githubusercontent.com/1247388/38938308-7f75e3ca-4325-11e8-9eb4-f5fa2fdf79ba.png)
Alternatively, you can use `--export` option to retrieve results as JSON instead.
## LICENSE
This project is using the MIT License.