Skip to content

mhauri/generate-modman

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

generate-modman

Automatically generate modman file for Magento 1 modules on the fly.

Requirements

  • Mac or Linux based OS
  • awk

Download

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

Composer Install

Alternative to manual download: Install via composer: generate-modman/generate-modman

Usage

generate-modman [options]

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))

License

generate-modman is licensed under the MIT License - see the LICENSE file for details

About

Shell script to generate modman files for Magento Extensions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages