承接 andkirby/modman-generator 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

andkirby/modman-generator

最新稳定版本:v0.1.9

Composer 安装命令:

composer require andkirby/modman-generator

包简介

Simple script which helps generate modman file based update "git ls-files" command.

README 文档

README

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

统计信息

  • 总下载量: 1.36k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 0
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-13