https://github.com/screamingdev/magento-devmode
LeMike_DevMode - Develop in Magento without hurt
https://github.com/screamingdev/magento-devmode
Last synced: over 1 year ago
JSON representation
LeMike_DevMode - Develop in Magento without hurt
- Host: GitHub
- URL: https://github.com/screamingdev/magento-devmode
- Owner: ScreamingDev
- License: other
- Created: 2013-07-10T22:39:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T19:46:39.000Z (over 12 years ago)
- Last Synced: 2025-03-17T22:54:50.903Z (over 1 year ago)
- Language: PHP
- Size: 1.43 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LeMike DevMode
An extension to help you develop Magento Stores.
Created by [Mike Pretzlaw](http://mike-pretzlaw.de) / [@fxrmp](http://twitter.com/fxrmp)
for [code-x.de](http://code-x.de).
[](https://travis-ci.org/sourcerer-mike/magento-devMode)
## Installation
### Modman
```
modman init .
modman clone https://github.com/sourcerer-mike/magento-devMode.git
```
### Composer
```
{
"require": {
"lemike/devmode": ">=0.3.2"
}
}
```
## Why LeMike_DevMode ?
- LeMike that is me.
- DevMode is our condition.
- Common simplified procedures.
- Made for and tested at [code-x.de](http://code-x.de).
### What to expect
- Helpful tools and settings.
- Recurring often used workflow simplified.
- Aim to develop faster.
- Developers, developers, developers, ...
### What this is not
- The magic extension generator.
- Some rod to conjure up a shop.
- A module for live usage
- or end-user/shop-owner toolkit.
## Learn more
About ...
- [Usage and configuration](tree/master/doc/10-general.md)
- [Retrieving magento internals](tree/master/doc/30-core.md)
- [Handle customer](tree/master/doc/40-customer.md)
- [Tricks via URL or Shell](tree/master/doc/60-additional.md)
- [Workflow and contribution](tree/master/doc/90-devmode.md)