Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreichel/magento-modman-tracker
https://github.com/sreichel/magento-modman-tracker
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sreichel/magento-modman-tracker
- Owner: sreichel
- Created: 2016-05-20T14:21:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T11:05:12.000Z (over 8 years ago)
- Last Synced: 2024-12-12T00:46:53.109Z (2 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento: modman-Tracker
This extension lists all moduldes inside your `.modman` folder and give you some information, if it's up to date.
* Module name
* Remote URL
* # of commit behind/in front of remote repoThanks to [firegento/debug](https://github.com/firegento/firegento-debug) for some lines of code :)
## Known bugs/limitations
* only tested on linux system (don't know if `exec()` works on windows too)
* no support for extensions installed via composer.json so far
* code is ugly as hell ... :P## Install
`modman clone https://github.com/sreichel/magento-modman-tracker.git`