Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/screamingdev/magento-devmode
LeMike_DevMode - Develop in Magento without hurt
https://github.com/screamingdev/magento-devmode
Last synced: 11 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T19:46:39.000Z (over 10 years ago)
- Last Synced: 2024-10-12T15:21:50.813Z (27 days ago)
- Language: PHP
- Size: 1.43 MB
- Stars: 6
- Watchers: 2
- 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).[![Quality ensured via UnitTests and with Travis-CI.](https://travis-ci.org/sourcerer-mike/magento-devMode.png)](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)