Skip to content

Basic Magento 1.x module skeleton generator with Travis-CI integration

Notifications You must be signed in to change notification settings

gpaddis/module-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-skeleton

Build Status

This repo contains a basic module skeleton for Magento 1.x and a bash script to reinitialize it with a custom namespace and module name.

  • Clone this repository in a new directory: git clone https://github.com/gpaddis/module-skeleton.git my-module
  • Cd in the directory and run the script: cd my-module && ./setup.sh
  • Enter namespace and module name when prompted

The script will change files and directories and init a clean git repo for your module. It is compatible with linux and mac systems.

Integration with Travis-CI

Thanks to the package MageTestStand by AOEpeople, all the tests in the module can be run automatically on Travis-CI. A basic .travis.yml file is already included in the repository, you can customize it to run your unit tests on specific Magento or PHP versions.

About

Basic Magento 1.x module skeleton generator with Travis-CI integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published