Automatically generate modman file for Magento 1 modules on the fly.
- Mac or Linux based OS
- awk
curl -sS https://raw.githubusercontent.com/mhauri/generate-modman/master/generate-modman > generate-modman
Move file to /usr/local/bin
sudo mv generate-modman /usr/local/bin
Make the file executable
sudo chmod 755 /usr/local/bin/generate-modman
Alternative to manual download: Install via composer: generate-modman/generate-modman
generate-modman [options]
--include-others Include non default magento directories
--include-others-files Include non default magento directories as files
--include-others-files-mindepth=MINDEPTH mindepth for include other files. (default: 1 to skip root)
--include-app-code-core Include app/code/core files (e.g. for official patches)
--subdirectory=DIRNAME If files are in a subdirectory of the module (e.g. src for src/app/code/community))
generate-modman is licensed under the MIT License - see the LICENSE file for details