Download the PHP package andkirby/modman-generator without Composer
On this page you can find all versions of the php package andkirby/modman-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download andkirby/modman-generator
More information about andkirby/modman-generator
Files in andkirby/modman-generator
Download andkirby/modman-generator
More information about andkirby/modman-generator
Files in andkirby/modman-generator
Vendor andkirby
Package modman-generator
Short Description Simple script which helps generate modman file based update "git ls-files" command.
License MIT
Package modman-generator
Short Description Simple script which helps generate modman file based update "git ls-files" command.
License MIT
Please rate this library. Is it a good library?
Informations about the package modman-generator
modman-generator
Simple script which helps generate Magento modman file based upon "git ls-files" command. It's useful on create package with usage of magento-composer-installer.
Usage
To generate modman file just go to your Magento project root directory and run:
modman-generate
How it works
It get all files under GIT by command git ls-files
.
It excludes files by masks
- modman
- composer.json
- composer.lock
- .gitignore
- README.md
- LICENSE
It is looking for directories by masks:
- app/code/*/*/*/ (like
app/code/community/Namespace/ModuleName/
) - app/design/*/*/*/*/*/*/ (like
app/design/adminhtml/default/default/template/namespace/modulename
) - app/etc/modules/*
- app/locale/*
- lib/*
It also looks for files from directories:
- shell
- js
- skin
All versions of modman-generator with dependencies
PHP Build Version
Package Version
No informations.
The package andkirby/modman-generator contains the following files
Loading the files please wait ....