https://github.com/josh-taylor/generator-magento
Yeoman generator for installing magento
https://github.com/josh-taylor/generator-magento
Last synced: about 1 month ago
JSON representation
Yeoman generator for installing magento
- Host: GitHub
- URL: https://github.com/josh-taylor/generator-magento
- Owner: josh-taylor
- License: mit
- Created: 2013-07-29T08:20:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T09:13:29.000Z (about 10 years ago)
- Last Synced: 2025-04-11T21:40:31.720Z (about 1 month ago)
- Language: JavaScript
- Size: 304 KB
- Stars: 20
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento Generator [](https://travis-ci.org/josh-taylor/generator-magento)
A yeoman generator for starting a Magento project. Still quite early in development, but usable.
## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) and [grunt](https://github.com/gruntjs/grunt) installed:
`npm install -g yo grunt`
- Install the generator: `npm install -g generator-magento`
- Make a directory for your install: `mkdir magento`
- Change to your new directory: `cd 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](http://www.php.net/manual/en/features.commandline.webserver.php) (Navigate to http://127.0.0.1:8000).
- Automatically set the required permissions for a Magento installation## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)