generator-magento
v0.4.1
Published
A Yeoman generator for Magento
Downloads
3
Readme
Magento Generator
A yeoman generator for starting a Magento project. Still quite early in development, but usable.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-magento
- Run:
yo magento
Features
- Compass support
- Option to install Twitter Bootstrap (Either LESS or SASS)
- Use
grunt serve
to automatically build compass files and start a php cli server (Navigate to http://127.0.0.1:8000). - Automatically set the required permissions for a Magento installation